mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-05 23:10:30 +00:00
2ae14b4c08
- 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. |
||
---|---|---|
.. | ||
client | ||
main | ||
test/java/dan200/computercraft | ||
testFixtures/java/dan200/computercraft/test/shared | ||
testMod |