MCPcopy Create free account
hub / github.com/antirez/disque / asyncCloseClientOnOutputBufferLimitReached

Function asyncCloseClientOnOutputBufferLimitReached

src/networking.c:1585–1595  ·  view source on GitHub ↗

Asynchronously close a client if soft or hard limit is reached on the * output buffer size. The caller can check if the client will be closed * checking if the client CLIENT_CLOSE_ASAP flag is set. * * Note: we need to close the client asynchronously because this function is * called from contexts where the client can't be freed safely, i.e. from the * lower level functions pushing data insi

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_addReplyObjectToListFunction · 0.85
_addReplySdsToListFunction · 0.85
_addReplyStringToListFunction · 0.85

Calls 6

catClientInfoStringFunction · 0.85
freeClientAsyncFunction · 0.85
serverLogFunction · 0.85
sdsemptyFunction · 0.70
sdsfreeFunction · 0.70

Tested by

no test coverage detected