diff options
author | Micael Karlberg <[email protected]> | 2011-11-01 18:07:27 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-01 18:07:27 +0100 |
commit | 5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb (patch) | |
tree | f37b03eb4d9abe09a2bcf19b926fa8231474bcad /lib/inets/vsn.mk | |
parent | f8b20b4a995727f0339074d23a0fae50712683d2 (diff) | |
download | otp-5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb.tar.gz otp-5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb.tar.bz2 otp-5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb.zip |
[httpd] GET request with malformed header date caused
server crash (non-fatal) with no reply to client. Will
now result in a reply with status code 400.
OTP-9674
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index feb29107bf..f085c89008 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -1,11 +1,16 @@ APPLICATION = inets -INETS_VSN = 5.3.5 +INETS_VSN = 5.3.6 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -TICKETS = OTP-8940 +TICKETS = OTP-9674 -TICKETS_5_3_4 = OTP-8739 OTP-8741 OTP-8742 +TICKETS_5_3_5 = OTP-8940 + +TICKETS_5_3_4 = \ + OTP-8739 \ + OTP-8741 \ + OTP-8742 TICKETS_5_3_3 = \ OTP-8609 \ |