Commit Graph

548 Commits

Author SHA1 Message Date
Gregory Ling bf0d977cd0 Silence unused variable warning (#1613) 2023-07-20 15:53:01 +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 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 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
Alex Hultman f6f5a3d6e8 Add large non-ssl, non-compressed WebSocket message sending optimization 2023-05-11 11:18:58 +02:00
Alex Hultman abb22793ff Bunch 'o experimental changes 2023-05-07 01:28:07 +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
Alex Hultman c5de72c9be Fix async upgrade inside cork 2023-04-15 22:14:23 +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
mtrenkmann c5abc1d75f Fix [-Werror=format-truncation] compiler warning b/c of potential minus signs (#1575) 2023-02-09 00:14:29 +01:00
Jan c2209fbad2 Fix some typos (#1570)
* Fix typo for optional_data (closes #1567)

* Fix typo in comment
2023-02-05 08:59:03 +01:00
Alex Hultman 53ae0a889f Silence some warnings 2023-01-16 06:08:09 +01:00
uNetworkingAB d111d19584 Update LoopData.h 2023-01-12 03:59:19 +01:00
uNetworkingAB c00588f7d7 Whoops 2023-01-12 03:50:59 +01:00
uNetworkingAB b5ca31c4a5 Silence warnings 2023-01-12 03:44:01 +01:00
Alex Hultman 46c8aebc0e Proper cast 2023-01-08 23:43:44 +01:00
uNetworkingAB 286b2f2f1f Also emit subscription events from close handler 2023-01-08 23:38:08 +01:00
uNetworkingAB 8cf7e73862 WebSocket subscription handler broken 2023-01-02 18:21:05 +01:00
Alex Hultman a703f6c493 Working app.close 2022-12-28 07:09:17 +01:00
Alex Hultman c603228a69 App.closeSockets 2022-12-28 05:38:34 +01:00
uNetworkingAB 16126902c2 Update maxLifetime comment 2022-12-27 19:39:16 +01:00
Alex Hultman 66ec193fd0 Add a message 2022-12-27 19:31:11 +01:00
Alex Hultman 1f78a3d768 Change timing constraints 2022-12-27 18:03:19 +01:00
Alex Hultman b647f20a6d maxLifetime impl. WIP, waiting for uSockets bump 2022-12-27 15:17:07 +01:00
Alex Hultman 27d93c8d0c Emit new 'subscription' events 2022-12-24 12:32:17 +01:00
uNetworkingAB c4d45fbf3d Silence alert 2022-12-01 19:46:05 +01:00
Alex Hultman 526a9ad6cd Fix recent build 2022-11-30 22:21:25 +01:00
Alex Hultman ca8d620268 Add some initial client stuff 2022-11-26 07:36:01 +01:00
Alex Hultman c8229b5781 Don't use strftime 2022-11-26 05:56:26 +01:00
Alex Hultman 7a363a8b10 Revert "closeOnBackpressure should block all further sending"
This reverts commit d4ffeadd88.
2022-11-06 06:23:44 +01:00
Alex Hultman d4ffeadd88 closeOnBackpressure should block all further sending 2022-11-06 06:21:44 +01:00
Alex Hultman 43a1f307a0 Add subscription event (placeholder) 2022-11-06 05:51:51 +01:00
Alex Hultman 5919290fe3 More strict handling of connection: close 2022-11-06 03:13:32 +01:00
Alex Hultman 654b4558a4 Fix recent UB 2022-11-04 17:04:19 +01:00
Jun Woo Shin b6604b2996 Move TopicTreeMessage and TopicTreeBigMessage to TopicTree.h (#1510)
* Move TopicTreeMessage and TopicTreeBigMessage to TopicTree.h

* Move TopicTreeMessage and TopicTreeBigMessage to WebSocketContextData per comment

Co-authored-by: Jun Woo Shin <jwoos@meta.com>
2022-11-04 06:36:43 +01:00
uNetworkingAB 0cd9fc9947 Update LoopData.h 2022-11-02 15:01:54 +01:00
uNetworkingAB 25167386ff Update LoopData.h 2022-11-02 14:51:10 +01:00
rehans f687c0728c Use ULL (unsigned long long) instead of UL (#1509) 2022-11-02 11:20:10 +01:00
Alex Hultman e1708b85a5 Build and run tests on Windows via Clang/Makefile 2022-11-02 06:38:14 +01:00
Jun Woo Shin 2daeff0390 Declare TopicTreeMessage and TopicTreeBigMessage prior to use (#1507)
Co-authored-by: Jun Woo Shin <jwoos@meta.com>
2022-11-02 04:03:37 +01:00
Alex Hultman 4109771890 Filter should be builder pattern 2022-11-01 06:01:20 +01:00