There is a small bug in rack where when closing a connection it will
send an extra FIN. This is because it checks the wrong variable
and should not allow a goto send unless the FIN has never been sent.
A timer will set the ACK_NOW flag.
Details
Details
- Reviewers
tuexen - Group Reviewers
transport - Commits
- rS337455: Fix a small bug in rack where it will
Use a the attached packetdrill script to make sure the problem goes away.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable