Fix semantic error of http:request/4 when stream_to() in Options is set to {self, once}

Kenji Rikitake kenji.rikitake@REDACTED
Wed Feb 10 09:25:28 CET 2010


git fetch git://github.com/jj1bdx/otp.git r13b03_http_client

Fix semantic error of http:request/4 when stream_to() in Options is set
to {self, once}

Fix the bug in lib/inets/src/http_client/http.erl of the following 
behavior:
  error handling when stream_to() = {self} in Options was
  not executed whenb the stream_to() option is set to {self, once}.

Originally from FreeBSD port patch files.

See also the "Stream" section of
http://www.erlang.org/doc/man/http.html#request-4

Regards,
Kenji Rikitake


More information about the erlang-patches mailing list