aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_lib/http_internal.hrl
AgeCommit message (Collapse)Author
2016-12-07Update copyright-yearErlang/OTP
2016-10-04Replace ref() with reference() in inets filesKostis Sagonas
This supersedes PR #1185 (submitted by @KrzysiekJ) that changed all occurrences of ref() with reference() in inets files. However, there is little point in having these types only in comments. So, these types are now exposed as type declarations for the record fields they appear. While at it, uncommented more commented out type declarations and declared types for records defined in the affected modules and header files. Some type-unfriendly and obsolete code related to supporting code ungrades with a really old OTP release was also removed.
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-29inets: httpd - Sanity check of content-length headerIngela Anderton Andin
Gracefully handle invalid content-lenght headers instead of crashing in list_to_integer.
2014-05-23inets: httpd - Reject incorrect large request lines earlyIngela Anderton Andin
2011-09-05Removed the ossl config option (from both client and server).Micael Karlberg
The ossl option is no longer valid since the old ssl (OpenSSL based ssl variant) has been removed from the ssl app. OTP-9522
2011-04-19Default ssl kind changed to essl (from ossl).Micael Karlberg
2010-06-07OTP-7907: Allow the use of the "new" ssl (essl).Micael Karlberg
OTP-8564: Update deeprication status. OTP-8573: Inets mod_alias URL rewrite.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP