-
-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify TCP Connections are open before allowing data to be written. (#…
…1341) Prevent subtle bugs and potential runaway memory usage that can be introduced by being unfamiliar with the internals of the `TCPConnection` class. As a result of this change when writing to the connection data will be silently discarded if the connection has not yet been established. Resolves: #1310 See also: https://github.com/ponylang/rfcs/blob/master/text/0016-tcp-must-be-connected.md
- Loading branch information
1 parent
b0ec1db
commit 74555f7
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters