1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-29 23:40:46 +00:00
CC-Tweaked/projects/common/src
Jonathan Coates 2ae14b4c08
Add support for HTTP timeouts (#1453)
- Add a `timeout` parameter to http request and websocket methods.
    - For requests, this sets the connection and read timeout.
    - For websockets, this sets the connection and handshake timeout.
 - Remove the timeout config option, as this is now specified by user
   code.
 - Use netty for handling websocket handshakes, meaning we no longer
   need to deal with pongs.
2023-05-23 22:32:16 +00:00
..
client Make maximum upload file size configurable (#1417) 2023-05-17 13:07:16 +00:00
main Add support for HTTP timeouts (#1453) 2023-05-23 22:32:16 +00:00
test/java/dan200/computercraft Make maximum upload file size configurable (#1417) 2023-05-17 13:07:16 +00:00
testFixtures/java/dan200/computercraft/test/shared License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
testMod Support arguments being coerced from strings 2023-05-20 18:54:22 +01:00