nim-chronos/chronos
Eugene Kabanov 8aa8ee8822
Add flag to completely disable HTTP/1.1 pipelining support. (#387)
* Add flag for HTTP/1.1 pipeline disable.

* Switch from NoHttp11Pipeline to Http11Pipeline.
2023-05-12 17:00:37 +03:00
..
apps/http Add flag to completely disable HTTP/1.1 pipelining support. (#387) 2023-05-12 17:00:37 +03:00
ioselects Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
streams Allow passing in trustAnchors to newTLSClientAsyncStream (#355) 2023-02-21 20:38:53 +02:00
transports Reexport osdefs where Sockaddr_storage was re-declared. (#385) 2023-05-12 07:11:05 +03:00
unittest2 asyncTest (#286) 2022-06-16 14:35:24 +03:00
apps.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00
asyncfutures2.nim Eliminate warnings on Windows. (#382) 2023-04-30 19:09:36 +02:00
asyncloop.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
asyncmacro2.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
asyncsync.nim Fix some compilation warnings and expose tracker names. (#376) 2023-04-08 19:34:57 +03:00
config.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
debugutils.nim Compile-time configuration (#371) 2023-03-31 07:35:04 +02:00
handles.nim OS definitions and exceptions changes. (AsyncProc part 1). (#361) 2023-02-21 11:48:36 +01:00
osdefs.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
oserrno.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
osutils.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
ratelimit.nim Token bucket (#279) 2022-11-02 08:03:19 +01:00
selectors2.nim Fix cast[pointer] issues on nim-devel. (#381) 2023-04-30 08:20:08 +02:00
sendfile.nim make it more Nim 1.4+ compatible (#296) 2022-08-06 13:56:06 +03:00
srcloc.nim make it more Nim 1.4+ compatible (#296) 2022-08-06 13:56:06 +03:00
timer.nim OS definitions and exceptions changes. (AsyncProc part 1). (#361) 2023-02-21 11:48:36 +01:00
transport.nim exception tracking (#166) 2021-03-24 10:08:33 +01:00