History log of /dovecot/src/lib-http/http-transfer.h
Revision Date Author Comments Expand
1175415b88ff168e367c77df23901eada13225b9 15-Sep-2013 Stephan Bosch <stephan@rename-it.nl>

lib-http: Added support for enforcing a payload limit for incoming HTTP messages.

9e7bf91667639a2390207ab4d90bf88e2afcec2a 15-Sep-2013 Stephan Bosch <stephan@rename-it.nl>

lib-http: Improved message header and body parsing for better RFC compliance. Added pre-parsed transfer-encoding and connection header content (array) to parsed message struct. Fixed message body handling for when both transfer-encoding and content-length headers are missing. Now duplicates of unique important message headers yield an error.

50a6d26bd9041f44b4cad0c0357c0c604c132cc8 12-Dec-2012 Stephan Bosch <stephan@rename-it.nl>

lib-http: Added support for chunked input/output streams and some bugfixes.

7384b4e78eaab44693c985192276e31322155e32 23-Nov-2012 Stephan Bosch <stephan@rename-it.nl>

lib-http: Added initial HTTP client implementation.