Xray-core/transport/internet/splithttp
mmmray 59f6685774
SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603)
* maxUploadSize and maxConcurrentUploads can now be ranges on the client
* maxUploadSize is now enforced on the server
* the default of maxUploadSize is 2MB on the server, and 1MB on the client
* the default of maxConcurrentUploads is 200 on the server, and 100 on the client
* ranges on the server are treated as a single number. if server is configured as `"1-2"`, server will enforce `2`
* querystrings in `path` are now handled correctly
2024-07-29 04:35:17 +00:00
..
browser_client.go Add SplitHTTP Browser Dialer support (#3484) 2024-07-11 07:56:20 +00:00
client.go Fix SplitHTTP Unix domain socket (#3577) 2024-07-22 22:19:31 +02:00
config_test.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
config.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
config.pb.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
config.proto SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
connection.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
dialer.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
hub.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
lazy_reader.go Refactor log (#3446) 2024-06-29 14:32:57 -04:00
splithttp_test.go SplitHTTP: More range options, change defaults, enforce maxUploadSize, fix querystring behavior (#3603) 2024-07-29 04:35:17 +00:00
splithttp.go Refactor log (#3446) 2024-06-29 14:32:57 -04:00
upload_queue_test.go splithttp Read() using blocking mode (#3473) 2024-06-24 11:09:24 -04:00
upload_queue.go SplitHTTP server: Fix panic during concurrent Close and Push (#3593) 2024-07-26 04:36:55 +02:00