Fix a Listener Bug (#45)

* try a fix

* add debug prints

* more prints

* try again

* more stderr

* print again

* am idiot

* cleanup

* cleanup
This commit is contained in:
water111
2020-09-14 22:14:07 -04:00
committed by GitHub
parent 8972d37167
commit bb854dd81e
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ void Deci2Server::run() {
return;
}
got += x > 0 ? x : 0;
hdr->rsvd += got;
hdr->rsvd = got;
}
}