Commit Graph

642 Commits

Author SHA1 Message Date
Alex Hultman da7136afac Update README.md 2021-01-29 01:13:36 +01:00
Alex Hultman 90e61e88fd Add resetIdleTimeoutOnSend 2021-01-27 18:56:24 +01:00
Alex Hultman 8253bb91d8 Mock us_socket_shutdown_read 2021-01-27 18:42:00 +01:00
ronen37 d7d2c22750 Fix checking if we actively drain backpressure (#1179)
in WebSocketContext::us_socket_context_on_writable()
2021-01-26 12:40:36 +01:00
Alex Hultman 12d8b192a1 Add closeOnBackpressureLimit option 2021-01-26 12:18:31 +01:00
Alex Hultman 359c26b0bf Send back connection close header 2021-01-25 14:04:48 +01:00
Alex Hultman 83adf40583 Add closeConnection to HttpResponse::end, FIN & close 2021-01-25 13:20:55 +01:00
Alex Hultman 33ee10dbe6 negotiateCompression has to be static inline 2021-01-23 19:13:56 +01:00
Alex Hultman e973bb41be Add extensions negotiation fuzzing 2021-01-23 19:08:14 +01:00
Alex Hultman bd74b6c83b Create README.md 2021-01-13 02:13:34 +01:00
Alex Hultman 051a080e29 Create README.md 2021-01-13 02:09:21 +01:00
Alex Hultman e002388c81 Fix fuzzing build 2021-01-11 13:37:26 +01:00
Alex Hultman 3347bcc4b2 Questionable: support ancient Http and connection: close 2021-01-11 13:13:06 +01:00
Alex Hultman 1acbcaf03a Disallow windowBits=8 negotiation due to Zlib bug 2021-01-11 11:10:00 +01:00
Alex Hultman 7265ffe480 Experimental: rewrite extensions negotiation 2021-01-11 07:27:40 +01:00
Alex Hultman a86a500f3b Fix publish with ded. compr. compress = false 2021-01-08 21:08:19 +01:00
sab24 3fe995912a Makes benchmarks compile with clang (#1156)
Co-authored-by: sab24 <sab24@github.com>
2021-01-03 16:00:41 +01:00
Alex Hultman b0cfce1bd4 Update cpp.yml 2020-12-24 14:34:25 +01:00
Alex Hultman 5f0fc48886 Update cpp.yml 2020-12-24 14:29:14 +01:00
Robert Nagy cd33cd20ba replace goto with loop (#1151) 2020-12-23 23:00:35 +01:00
Alex Hultman 5b70871a08 writeHeader should writeStatus also for int64 2020-12-22 13:59:06 +01:00
Alex Hultman 62ea46321d Update function2 2020-12-06 06:44:33 +01:00
Alex Hultman 26912f82a7 And you tell me NOW!? 2020-12-03 04:34:14 +01:00
Alex Hultman e30217e787 PROXY parsing has to be done as part of every getHeaders 2020-12-02 22:17:39 +01:00
Alex Hultman dadfff98d9 Add BloomFilter test 2020-12-02 04:26:14 +01:00
Alex Hultman 0a8264e776 Document & fix PROXY regression/bug 2020-12-02 03:37:56 +01:00
Alex Hultman 364993ff29 Update README.md 2020-12-01 07:33:14 +01:00
alexhultman-2fa 7f477f4894 ubuntu-20.04 2020-12-01 05:58:30 +01:00
Alex Hultman 7f557cef41 Add basic ABI check 2020-12-01 05:53:28 +01:00
Alex Hultman fe553742f2 Fix last warnings, SocketContextOptions, BloomFilter 2020-12-01 05:45:53 +01:00
Alex Hultman a8b33acf7b Fix Http regression from warnings fix 2020-12-01 04:37:43 +01:00
alexhultman-2fa d97923d974 Update README.md 2020-12-01 03:11:03 +01:00
alexhultman-2fa b0b6ad4e9d Update README.md 2020-12-01 03:04:21 +01:00
alexhultman-2fa 8b2d6fb218 Update README.md 2020-12-01 02:44:35 +01:00
alexhultman-2fa 9e0493f015 Update README.md 2020-12-01 02:03:47 +01:00
Alex Hultman ad1d6fac08 Fix -Wunused-parameter 2020-12-01 01:10:00 +01:00
Alex Hultman cb582461b9 Fix MessageMetadata warnings on old GCC 2020-11-30 23:53:08 +01:00
Alex Hultman 1c5d201846 Fix -Wmissing-field-initializers 2020-11-30 23:37:49 +01:00
Alex Hultman a6a2a648c9 Enable -Wextra with exceptions 2020-11-30 23:22:30 +01:00
Alex Hultman ec2795d341 Fix -Wall warnings 2020-11-30 23:12:38 +01:00
Alex Hultman ad0a961430 Experimental: Fix all signed/unsigned warnings 2020-11-30 23:00:36 +01:00
Andy 2530872a1b Add upgrade handler to fix WebSocketBehavior template deduction on old examples (#1131) 2020-11-23 12:14:41 +01:00
ihsinme 72e99519a9 fix access outside the array (#1119) 2020-11-16 17:04:32 +01:00
pavulon 2d65df86c7 Update outdated examples (#1116)
Since v18.0.0 req is no longer passed to the "open" handler. You can access it in the "upgrade" handler instead.
2020-10-26 13:08:24 +01:00
Alex Hultman b4e08ffb01 Update README.md 2020-10-25 20:58:24 +01:00
Alex Hultman 72e26ea483 Update PerMessageDeflate.cpp 2020-10-24 08:28:35 +02:00
Alex Hultman f9338395d0 Update README.md 2020-10-24 01:00:59 +02:00
Alex Hultman 0c9db95ae3 Update README.md 2020-10-24 00:55:35 +02:00
Alex Hultman 4fef0d73e4 Update PerMessageDeflate.cpp 2020-10-23 22:20:03 +02:00
Alex Hultman e96a6bdb24 Update README.md 2020-10-23 06:19:52 +02:00