mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Set TCP_NODELAY and do our own buffering on IMAP sockets
This way flush() issued by the IMAP client actually results in sending the command over the network immediately. Without TCP_NODELAY, the command may be buffered in the socket buffer, expecting more write() calls.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- cargo: bump quick-xml from 0.23.0 to 0.26.0 #3722
|
||||
- Add fuzzing tests #3853
|
||||
- Add mappings for some file types to Viewtype / MIME type #3881
|
||||
- Set `TCP_NODELAY` on IMAP sockets #3883
|
||||
|
||||
### API-Changes
|
||||
- jsonrpc: add python API for webxdc updates #3872
|
||||
|
||||
Reference in New Issue
Block a user