apache / apache/trafficserver

Avoid WRITE_READY loop

Open
#5,352 4 comments 0 reactions 1 assignee Claimed by @scw00 View on GitHub
QUIC Stale
Dominant language
C++
Stars
2k
Forks
874
Avg merge
6d 15h
Merged PRs (30d)
46

Description

Since we use one socket for all QUIC connections (all QUICNetVCs share the socket), we cannot notify WRITE_READY appropriately. Currently we have a hack for this issue which reschedule WRITE_READY at the end of event handler.

connect+bind (#4702) is suggested as a solution, but it's just one of suggestions we have.

We should link all information from here, and explore and discuss how we fix it on this issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.