Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-05-23 | inets: Use test_server app tests and remove legacy test_server code | Ingela Anderton Andin | |
FTP tests needed some refactoring as some tests where lost to the ftp_suite_lib module that was not run. | |||
2015-11-15 | inets: Allow whitespace after HTTP chunk again | Johannes Weißl | |
Before 77acb47 http:request/1 could parse server responses with whitespace after the HTTP chunk size (some embedded legacy devices still do this). This patch restores this functionality. | |||
2015-11-11 | inets: Improve max header size handling | Ingela Anderton Andin | |
The chunked length header should be checked as well as headers present in the chunk trailer part, ignored extensions are counted as header bytes. Also the decode trailer function will stop as soon as the header size is exceed, when that happens. | |||
2015-11-11 | inets: CT'ify http_format_SUITE | Ingela Anderton Andin | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-01-29 | inets: httpd - Sanity check of content-length header | Ingela Anderton Andin | |
Gracefully handle invalid content-lenght headers instead of crashing in list_to_integer. | |||
2014-05-23 | inets: httpc - update test suite framwork to adopt to change in httpd | Ingela Anderton Andin | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-03-02 | Fix http_request:http_headers/1 to send content-length when length is zero | CA Meijer | |
In R16B01, the http_request:http_headers/1 function removes the content-length field from the HTTP headers if the content length is zero. This results in some (perhaps many) HTTP servers rejecting POSTs and PUTs without data with a 411 status word. From RFC2616, section 14.13: "Any Content-Length greater than or EQUAL to zero is a valid value". | |||
2011-09-06 | [httpc] Parsing of a cookie expire date should be more forgiving. | Micael Karlberg | |
That is, if the parsing fails, the date should be ignored. Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT" OTP-9433 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for inets | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update inets tests to conform with common_test standard | Lukas Larsson | |
2010-05-27 | OTP-8609: Made cookie handling more case insensitive. | Micael Karlberg | |
OTP-8610: Some netscape cookie dates are given with a 2-digit year. | |||
2010-01-13 | OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349, | Micael Karlberg | |
OTP-8351, OTP-8359 & OTP-8371. |