bluenoah1991
bluenoah1991
:fearful::fearful::fearful:
I found that Chromium will check the ETag in the response, but I didn't find the relevant code in go-update? https://source.chromium.org/chromium/chromium/src/+/main:components/client_update_protocol/ecdsa.cc;drc=7b7aaecca4adc6d0e8f87779d17774858896d02e;l=150
https://github.com/hsupu/netty-socks/blob/ddb9a3c15080fca5ed9a8a3f2c24f3eeb2eeb073/src/main/java/cc/xpcas/nettysocks/handler/Socks5CommandRequestHandler.java#L53 This channel acts as a client of the upstream service and is set with TCP_NODELAY. Why do I need to set this option? Is it possible to improve performance?