micropython-lib/python-ecosys
Paul Sokolovsky d978e246d5 urequests: Explicitly add "Connection: close" to request headers.
Even though we use HTTP 1.0, where closing connection after sending
response should be the default, some servers ignore this requirement and
keep the connection open.  So, explicitly send corresponding header to get
the expected behavior.
2022-06-29 12:58:47 +10:00
..
iperf3 python-ecosys/iperf3: Add iperf3. 2021-05-28 12:47:35 +10:00
urequests urequests: Explicitly add "Connection: close" to request headers. 2022-06-29 12:58:47 +10:00