aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http.erl
AgeCommit message (Expand)Author
2015-03-12Add initial Websocket supportLoïc Hoguin
2014-07-14Fix bug with HTTP and keepaliveLoïc Hoguin
2014-06-10Don't close the connection on empty data in cow_http:handle/2Loïc Hoguin
2014-06-10Update transfer encoding code to current cowlib interfaceLoïc Hoguin
2014-06-09close when handling response with no streams for extend/gun#15Unix1
2014-05-01Use cow_http_te for creating chunksLoïc Hoguin
2014-04-30Fix chunked transfer-encoding for HTTP/1.1Loïc Hoguin
2014-03-25Fix handling of fin in gun_httpLoïc Hoguin
2014-03-23Fix a bug where the buffer was dropped in one chunked decoding caseLoïc Hoguin
2014-03-21Improve the HTTP/1.1 and HTTP/1.0 supportLoïc Hoguin
2014-03-10Add gun_httpLoïc Hoguin