|
95b71d0c
|
2010-08-24T12:44:33
|
|
Backport doc fix for evhttp_bind_socket.
|
|
5c8b446e
|
2010-02-03T14:34:56
|
|
do not fail while sending on http connections the client closed.
when sending chunked requests via multiple calls to evhttp_send_reply_chunk,
the client may close the connection before the server is done sending. this
used to cause a crash.
we introduce a new function evhttp_request_get_connection() that allows the
server to determine if the request is still associated with a connection.
If it's not, evhttp_request_free() needs to be called explicitly or the user
can call evhttp_send_reply_end() which just frees the request, too.
|
|
1a518873
|
2009-04-12T23:00:52
|
|
from trunk: improve evhttp_parse_query documentation
svn:r1161
|
|
0a41d762
|
2008-11-16T23:26:38
|
|
from trunk: Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones
svn:r949
|
|
efb50876
|
2008-06-30T01:04:21
|
|
from trunk: correct handling of trailing headers in chunked replies; from Scott Lamb
svn:r892
|
|
c807358f
|
2008-05-09T03:59:57
|
|
r19666@catbus: nickm | 2008-05-08 23:49:18 -0400
Always include winsock2.h before windows.h. Apparently some SDKs need this.
svn:r802
|
|
52a85138
|
2008-05-08T05:16:47
|
|
expose evhttp_accept_socket() api
svn:r787
|
|
41971a42
|
2008-02-16T20:51:04
|
|
r14214@tombo: nickm | 2008-02-16 15:49:32 -0500
Patch from Scott Lamb: make http content length into a 64-bit value. [Backport to 1.4]
svn:r643
|
|
567f681b
|
2007-11-29T04:04:08
|
|
from trunk: small improvements to evhttp documentation
svn:r563
|
|
6b4342db
|
2007-11-12T02:37:25
|
|
copy trunk to 1.4
svn:r512
|