diff options
author | Micael Karlberg <[email protected]> | 2012-01-13 12:48:28 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-13 12:53:21 +0100 |
commit | aaf8fc6097d612f688ca6bc2374669e4f4a08a4d (patch) | |
tree | 2b7de5674251cc8e294db4411538172dc743f81f /lib/inets/vsn.mk | |
parent | 021d5c2e49e623d4f43c0cc88a097bc99f3564e6 (diff) | |
download | otp-aaf8fc6097d612f688ca6bc2374669e4f4a08a4d.tar.gz otp-aaf8fc6097d612f688ca6bc2374669e4f4a08a4d.tar.bz2 otp-aaf8fc6097d612f688ca6bc2374669e4f4a08a4d.zip |
[inets/httpc] The client incorrectly streams 404 responses
The client incorrectly streams 404 responses. The documentation
specifies that only 200 and 206 responses shall be streamed.
OTP-9860
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index d294d0006e..50c7915cb2 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2011. All Rights Reserved. +# Copyright Ericsson AB 2001-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.7.2 +INETS_VSN = 5.7.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |