aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client/httpc_handler.erl
AgeCommit message (Expand)Author
2019-02-01inets: Ignore bracket option in format_addressPéter Dimitrov
2019-01-23inets: httpc - Do not use bracked addresses to gen_tcp or ssl callsIngela Anderton Andin
2018-08-27Merge branch 'maint-20' into maintPéter Dimitrov
2018-08-24inets: Robust handling of 204, 304, 1xx responsesPéter Dimitrov
2018-06-18Update copyright yearHenrik Nord
2018-04-27inets: Improve httpc gracefulnessIngela Anderton Andin
2018-04-06inets: Improve readability of handling of server `Connection: close`Luca Favatella
2018-04-05inets: Avoid `erlang:get_stacktrace/0` deprecated in OTP 21Luca Favatella
2018-03-23inets: Teach httpc to honour `Connection: close` from serverLuca Favatella
2018-03-23inets: Make httpc error reason more informative for unexpected errorsLuca Favatella
2018-03-23inets: Enable stronger Dialyzer checks in httpc_handlerLuca Favatella
2018-03-23inets: Remove httpc dead code re init errorLuca Favatella
2018-03-06Merge branch 'maint'Péter Dimitrov
2018-02-26inets: Add unix domain socket support to httpcPéter Dimitrov
2018-02-19Merge branch 'maint'Péter Dimitrov
2018-02-09inets: Fix httpc crash on keep-alive connectionsPéter Dimitrov
2018-02-05inets: Do not call erlang:get_stacktrace()Hans Bolinder
2017-11-17inets: Eliminate race conditionIngela Anderton Andin
2017-10-26inets: Correct guard testIngela Anderton Andin
2017-06-14Update copyright yearHans Nilsson
2017-05-30inets: httpc - Gracefull normal shutdownIngela Anderton Andin
2017-05-23Fix httpc timeout for redirectsJohannes Weißl
2016-12-21inets: httpc - Prevent hanging user processIngela Anderton Andin
2016-12-21inets: httpc - clean codeIngela Anderton Andin
2016-12-20inets: httpc - Chunk size decoding could failIngela Anderton Andin
2016-12-07Update copyright-yearErlang/OTP
2016-11-19Report errors from TLS tunnel request to correct processEric Meadows-Jönsson
2016-10-07Merge branch 'ingela/inets/httpc/ERL-253' into maintIngela Anderton Andin
2016-10-04Replace ref() with reference() in inets filesKostis Sagonas
2016-09-19inets: httpc improve error handlingIngela Anderton Andin
2015-11-27inets: SNI to be passed with requests through CONNECTKirilll Zaborsky
2015-11-15inets: Terminate really gracefully on bad chunkJohannes Weißl
2015-10-27inets: fix {self, once} for not streamed requestKirilll Zaborsky
2015-10-27inets: send correct nonstreamed response with streamingKirilll Zaborsky
2015-09-08inets: Forward connection errors with https proxyKirilll Zaborsky
2015-07-16inets: cancel for handler with no requestsKirilll Zaborsky
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-16inets: Fix race condition in httpcIngela Anderton Andin
2015-06-09inets: set proxy address for requests from keep-alive queueKirilll Zaborsky
2015-06-01inets: proper stop for httpc_handler K-A queue failureKirilll Zaborsky
2015-05-27Merge remote-tracking branch 'erlang/pr/741'Henrik Nord
2015-05-26Minor misprintsKirill Zaborsky
2015-03-24inets: Add new module inets_time_compat with new time APIErland Schönbeck
2014-12-01inets: stop httpc_handler on 'connection closed' send errorKirilll Zaborsky
2014-10-27Merge branch 'scrapinghub/update_session_original_stacktrace'Marcus Arendt
2014-10-10inets: Return correct stacktrace on session updating failureKirilll Zaborsky
2014-10-08Minor misprints correctionKirill Zaborsky
2014-07-03Fix typo in documentation /header_as_is/headers_as_is/Louis-Philippe Gauthier
2014-06-04Merge branch 'scrapinghub/stream_body_with_no_content_length' into maintMarcus Arendt
2014-05-22Merge branch 'scrapinghub/stream_for_chunked_single_message' into maintMarcus Arendt