Alex Hultman
|
cca4610d5d
|
Make it actually work
|
2022-10-30 21:36:34 +01:00 |
|
 uNetworkingABandGitHub
|
d76e2362d8
|
Make that correctilier
|
2022-10-30 21:17:43 +01:00 |
|
 uNetworkingABandGitHub
|
1bd6807a21
|
Make that correct
|
2022-10-30 21:14:39 +01:00 |
|
 uNetworkingABandGitHub
|
fc51d2b4d6
|
Make that in batch
|
2022-10-30 21:10:01 +01:00 |
|
 uNetworkingABandGitHub
|
c613a4cb9a
|
Only accept alnum + hypen field names
|
2022-10-30 20:41:24 +01:00 |
|
 uNetworkingABandGitHub
|
a730941806
|
Improved bloom filter
|
2022-10-29 06:18:17 +02:00 |
|
 uNetworkingABandGitHub
|
d174a7ed24
|
Update HttpParser.h
|
2022-10-24 22:30:50 +02:00 |
|
 uNetworkingABandGitHub
|
8f85fadd02
|
Add RFC9110 reference
|
2022-10-24 22:25:48 +02:00 |
|
Alex Hultman
|
0b590c923e
|
Minor fixup for request line
|
2022-10-24 20:25:56 +02:00 |
|
 uNetworkingABandGitHub
|
368a4b41de
|
Do not allow invalid chars in header value
|
2022-10-24 19:59:14 +02:00 |
|
 uNetworkingABandGitHub
|
74dac77adb
|
Never accept whitespace between key and colon
|
2022-10-24 19:02:04 +02:00 |
|
 uNetworkingABandGitHub
|
22f0b04a1d
|
Break if missing host header
|
2022-10-24 18:46:21 +02:00 |
|
Alex Hultman
|
f0586366da
|
Take some from jarred
|
2022-10-23 03:41:03 +02:00 |
|
Alex Hultman
|
f762ede7d1
|
Do not support HTTP/1.0
|
2022-10-23 02:10:32 +02:00 |
|
Alex Hultman
|
c1fd0e4050
|
Be strict with content-length, use fullptr as error
|
2022-10-23 01:42:32 +02:00 |
|
Alex Hultman
|
05523997db
|
The rules are way simpler than so
|
2022-10-22 23:35:58 +02:00 |
|
Alex Hultman
|
d18deb8fe3
|
Be more strict with content-length, transfer-encoding
|
2022-10-22 00:43:58 +02:00 |
|
Alex Hultman
|
7cdb1f7224
|
Do not expect a trailer after chunked body
|
2022-10-18 16:55:22 +02:00 |
|
Alex Hultman
|
6cb37f9b00
|
Require explicit transfer-encoding: chunked for said parsing to begin
|
2022-10-17 21:34:55 +02:00 |
|
Alex Hultman
|
bcf5034e3c
|
Write Date header in all responses
|
2022-10-16 12:37:21 +02:00 |
|
Alex Hultman
|
d8df12f336
|
Pass host along listen to h3
|
2022-10-11 09:16:23 +02:00 |
|
Alex Hultman
|
48b83ec9ff
|
Pass listen port along to h3
|
2022-10-11 09:11:09 +02:00 |
|
Alex Hultman
|
9428c55053
|
Use new chunked encoding parser
|
2022-10-08 08:16:55 +02:00 |
|
Alex Hultman
|
221509f11d
|
Add isParsingChunkedEncoding helper
|
2022-10-08 06:15:20 +02:00 |
|
Alex Hultman
|
532d70041d
|
Fix that chunk bug
|
2022-10-08 06:10:44 +02:00 |
|
Alex Hultman
|
c5a53782bc
|
Make the chunk parser stop after trailer, trigger next bug to fix
|
2022-10-08 05:35:02 +02:00 |
|
Alex Hultman
|
e4e04940c5
|
Greatly improved chunk-encoded parser and test
|
2022-10-08 04:32:59 +02:00 |
|
Alex Hultman
|
5062696f63
|
Barely make it parse trailers
|
2022-10-07 13:50:27 +02:00 |
|
Alex Hultman
|
a21446176d
|
Add new ChunkedEncoding parser and test
|
2022-10-07 12:47:29 +02:00 |
|
Alex Hultman
|
eca96bbc74
|
Support chunked transfer-encoding in fast path
|
2022-10-07 03:49:22 +02:00 |
|
Alex Hultman
|
66cd7c6b9b
|
Removable http routes
|
2022-10-06 05:47:06 +02:00 |
|
Alex Hultman
|
6be58309b8
|
addServerName should do nothing in non-SSL
|
2022-10-03 19:14:42 +02:00 |
|
Alex Hultman
|
3a53ada17d
|
Experimental parser optimizations
|
2022-10-03 01:16:40 +02:00 |
|
Alex Hultman
|
09a7b2f093
|
Two missing functions in Http3Response
|
2022-09-28 03:43:30 +02:00 |
|
Alex Hultman
|
47ea36b8b9
|
Whoops forgot that one
|
2022-09-28 03:35:15 +02:00 |
|
Alex Hultman
|
c8982fdde0
|
Bunch of Http3Response impl.
|
2022-09-28 03:32:24 +02:00 |
|
 Young-FlashandGitHub
|
88a3e9aa0e
|
add unix domain socket support for websocket (#1486)
|
2022-09-26 15:45:04 +02:00 |
|
 uNetworkingABandGitHub
|
01a394cf5f
|
removeServerName should delete the router
|
2022-09-26 01:39:41 +02:00 |
|
Alex Hultman
|
b1b931edfc
|
Add per-SNI HttpRouter support (initial)
|
2022-09-26 00:22:30 +02:00 |
|
Alex Hultman
|
c77cae4635
|
Require 16kb/sec HTTP upload throughput or drop the uploader
|
2022-09-25 15:48:00 +02:00 |
|
Alex Hultman
|
8456cb1a32
|
Improve streaming in and out over quic
|
2022-09-04 21:01:44 +02:00 |
|
Alex Hultman
|
3b7475783d
|
Make h3 video streaming work
|
2022-09-04 04:43:18 +02:00 |
|
Alex Hultman
|
7f94456669
|
Hook up onAborted, fix a bunch of quic crashes
|
2022-08-29 15:11:04 +02:00 |
|
Alex Hultman
|
f740778997
|
Http3 POST/GET example working
|
2022-08-29 02:19:24 +02:00 |
|
Alex Hultman
|
0f80f142d7
|
Wrap more h3, bump uSockets, remove old stuff, add SSL cert
|
2022-08-29 01:24:08 +02:00 |
|
Alex Hultman
|
2ce8af23c7
|
Fix silly warning in newest compilers
|
2022-08-28 22:29:11 +02:00 |
|
 Alex HultmanandGitHub
|
77685b7f9d
|
Whoops
|
2022-07-11 03:44:25 +02:00 |
|
 Alex HultmanandGitHub
|
ed14dc79b6
|
Try memchr_r
|
2022-07-11 03:42:51 +02:00 |
|
Alex Hultman
|
c2f29c86c7
|
More listen overloads
|
2022-05-15 18:58:31 +02:00 |
|
Alex Hultman
|
73c9262f34
|
Hook up h3 router and callbacks
|
2022-05-15 14:39:34 +02:00 |
|