diff options
author | Micael Karlberg <[email protected]> | 2012-01-03 11:42:58 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-03 11:42:58 +0100 |
commit | 10014b400da456869449c2affe683ddd2e252d0c (patch) | |
tree | 4fbeb0185735235e1df019bbba7b3f021f3b0257 /lib/inets/vsn.mk | |
parent | 021d5c2e49e623d4f43c0cc88a097bc99f3564e6 (diff) | |
download | otp-10014b400da456869449c2affe683ddd2e252d0c.tar.gz otp-10014b400da456869449c2affe683ddd2e252d0c.tar.bz2 otp-10014b400da456869449c2affe683ddd2e252d0c.zip |
[inets/httpc] Fix the selection of session for keep-alive mode
When selecting a session, the "state" of the session (specifically if
the server has responded) was not taken into account. Attempting to
fix this, a "state" field (actually available) has been added to the
session record.
OTP-9847
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index d294d0006e..e34500b3ab 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -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)" |