Commit Graph

1015 Commits

Author SHA1 Message Date
Alex Hultman c5aab195bd Error pages need connection close 2023-12-01 10:43:15 +01:00
Alex Hultman 38fdc4b51f Minimal error pages for UWS_HTTPRESPONSE_NO_WRITEMARK use 2023-11-30 18:59:53 +01:00
Alex Hultman 973a975915 Add .dropped events for pub/sub backpressure notification 2023-11-30 17:40:15 +01:00
uNetworkingAB bc2815d95b Update README.md 2023-11-06 12:01:34 +01:00
uNetworkingAB 7da88ce71c Do not free subscriber on last unsubscription 2023-11-01 15:05:13 +01:00
Genrikh Fetischev 20b3ea4685 exposed uws_app_close function from capi (#1667) 2023-10-17 20:50:17 +02:00
Yevgen Pogribnyi 143db3034f Don't lose ws frame payload when its header went to backpressure (#1662) 2023-09-23 23:01:21 +02:00
Sean Oxley f1b10ed221 Restore the bytes overwritten by the tail after inflation (#1653) 2023-09-04 10:04:26 +02:00
calvin2021y 3bb917da2e #1617 fix warning: 'sprintf' is deprecated from macOS (#1630) 2023-08-04 04:31:51 +02:00
Kent Ross 7568327834 use SocketContextOptions type so HttpServer example will build again (#1397) 2023-07-20 15:53:58 +02:00
Gregory Ling bf0d977cd0 Silence unused variable warning (#1613) 2023-07-20 15:53:01 +02:00
Erik Janssen b6f27a0c19 Prevent reading beyond end of file (#1626)
Co-authored-by: Erik at Axis <erik.janssen@axis.com>
2023-07-19 13:22:42 +02:00
Alex Hultman bd1c41a06b Add default 404 error page 2023-07-15 19:39:23 +02:00
Alex Hultman d5ec941fd8 Move http error pages to separate file 2023-05-28 11:51:51 +02:00
Alex Hultman d1da7cc248 Nicer error pages 2023-05-28 11:47:33 +02:00
Alex Hultman e50dc4d506 We need a name to tell it's us 2023-05-28 11:08:33 +02:00
Alex Hultman 4c99ef1fc8 Update http test 2023-05-28 10:21:39 +02:00
Alex Hultman 4659b2d46e No, no, no don't bump uSockets 2023-05-28 10:17:48 +02:00
Alex Hultman 919a3bbeba Add http errors 2023-05-28 10:12:50 +02:00
Alex Hultman 7999d09286 Restore PROXY v2 support 2023-05-28 06:37:52 +02:00
Alex Hultman 46a3ef29ae Bump uS 2023-05-19 19:07:05 +02:00
uNetworkingAB d043038abc Update README.md 2023-05-11 14:34:44 +02:00
uNetworkingAB fdd02183b8 Update README.md 2023-05-11 14:31:57 +02:00
uNetworkingAB d052f8c7bc Add files via upload 2023-05-11 14:30:59 +02:00
uNetworkingAB 7c982664f6 Add files via upload 2023-05-11 14:27:03 +02:00
Alex Hultman ba6ff7b7f4 Sometimes I cannot think properly 2023-05-11 13:08:22 +02:00
Alex Hultman 62b5feb540 We need uncorkWithoutSending 2023-05-11 12:48:12 +02:00
Alex Hultman 20e7c5aaf0 Properly uncork on large message backpressure 2023-05-11 12:33:07 +02:00
uNetworkingAB 013d9cecc3 Update server-test.js 2023-05-11 12:19:16 +02:00
uNetworkingAB 8bd62791e1 Update server-test.js 2023-05-11 11:59:48 +02:00
Alex Hultman d832d48ea5 Do not build EchoServer with SSL 2023-05-11 11:34:21 +02:00
Alex Hultman 023fbc6c3f Don't compress in EchoServer if large message 2023-05-11 11:25:29 +02:00
Alex Hultman f6f5a3d6e8 Add large non-ssl, non-compressed WebSocket message sending optimization 2023-05-11 11:18:58 +02:00
Alex Hultman c9724db3cf Make load_test take any byte length for payload size 2023-05-07 07:11:54 +02:00
uNetworkingAB 464e7d6afc Run the full testsuite 2023-05-07 06:04:25 +02:00
Alex Hultman d05c1a1c60 Add autobahn on github actions 2023-05-07 05:59:47 +02:00
Alex Hultman abb22793ff Bunch 'o experimental changes 2023-05-07 01:28:07 +02:00
Alex Hultman 6f7d8657a4 Add more query tests 2023-04-30 23:21:45 +02:00
Alex Hultman c3fa05b814 Queries must have = 2023-04-30 23:18:14 +02:00
Alex Hultman a658d1616a Accept zero length queries 2023-04-30 22:30:06 +02:00
Alex Hultman e5b1d3f83c Fix another HTTP async cork bug 2023-04-21 19:20:44 +02:00
uNetworkingAB 67ed81b9f4 Update README.md 2023-04-19 21:26:13 +02:00
Alex Hultman bfbcb23b68 Loop::defer is not guaranteed to be called in fuzzing 2023-04-19 14:59:55 +02:00
Alex Hultman dc93838ca9 Add new fuzz target for async responses 2023-04-16 20:51:22 +02:00
Alex Hultman 3aae41687c Fix crc32 code warning 2023-04-15 22:39:10 +02:00
Alex Hultman c5de72c9be Fix async upgrade inside cork 2023-04-15 22:14:23 +02:00
uNetworkingAB cc22680117 Update Client.cpp 2023-04-07 17:21:11 +02:00
Wojciech Wierchoła 8410f7ee6b Fix chunked body handling in fallback routine (#1585) 2023-03-06 11:36:19 +01:00
Alexey Timin 6243be0e9e Fix reported content length for HttpResponse::endWithoutBody (#1557) 2023-03-06 11:36:00 +01:00
Genrikh Fetischev 09d2795852 exposed loop defer function from capi (#1579)
Co-authored-by: g.fetishev <g.fetishev@aligntech.com>
2023-03-06 11:34:59 +01:00