diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ | |||
1 | Sat Aug 18 03:06:09 MDT 2007 | 1 | Sat Aug 18 03:06:09 MDT 2007 |
2 | Check for out of memory when adding headers to | 2 | Check for out of memory when adding headers to |
3 | responses. Check for NULL key when looking | 3 | responses. Check for NULL key when looking |
4 | for headers. - CG | 4 | for headers. If a content reader callback |
5 | for a response returns zero (has no data yet), | ||
6 | do not possibly fall into busy waiting when | ||
7 | using external select (with internal selects | ||
8 | we have no choice). - CG | ||
5 | 9 | ||
6 | Wed Aug 15 01:46:44 MDT 2007 | 10 | Wed Aug 15 01:46:44 MDT 2007 |
7 | Extending API to allow timeout of connections. | 11 | Extending API to allow timeout of connections. |