Lines Matching full:evhttp
6 BUGFIXES (evhttp)
86 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
89 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
186 BUGFIXES (evhttp):
499 o Add evhttp server alias interface, correct flagging of proxy requests. (aab8c38 Christopher Davis)
503 o Fix Content-Length when trying send more than 100GB of data (!) on an evhttp. (525da3e)
510 o evhttp: Return 501 when we get an unrecognized method, not 400. (536311a)
515 o Preliminary support for Continue expectation in evhttp. (fa9305f Christopher Davis)
563 o Units test for unexpected evhttp methods. (75e3320)
1103 o New functions to explicitly reference a socket used by an evhttp object. Patches from David Reiss.
1212 o small improvements to evhttp documentation
1290 o migrate the evhttp header to event2/ but accessors are still missing.
1324 o Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones.
1381 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.