diff options
author | Micael Karlberg <[email protected]> | 2011-03-07 15:56:56 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-07 15:56:56 +0100 |
commit | 4c7786f58f8f101723b00e839baa068f8cf34579 (patch) | |
tree | 69b1b7b94e22ea8646c97dd81b2cdfceb895a3e6 /lib/inets/vsn.mk | |
parent | f85c79166c0fcf39eaab62e39f392aa7ce83c9bf (diff) | |
parent | ad60a3f78e08c636514573e57a4240b259e2dcae (diff) | |
download | otp-4c7786f58f8f101723b00e839baa068f8cf34579.tar.gz otp-4c7786f58f8f101723b00e839baa068f8cf34579.tar.bz2 otp-4c7786f58f8f101723b00e839baa068f8cf34579.zip |
Merge branch 'bmk/inets/httpd/dont_send_empty_chunk/OTP-9091' into dev
httpd_response:send_chunk handles empty list and empty binary -
i.e. no chunk is sent, but it does not handle a list with an
empty binary [<<>>]. This will be sent as an empty chunk - which
in turn will be encoded by http_chunk to the same as a final
chunk, which will make the http client believe that the end of
the page is reached.
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 67737ee552..b1de3fef43 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2010. All Rights Reserved. +# Copyright Ericsson AB 2001-2011. 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 |