#217 closed defect (fixed)
peek-char works incorrectly for tcp ports
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core libraries | Version: | 4.5.x |
| Keywords: | tcp peek-char | Cc: | |
| Estimated difficulty: |
Description
When using peek-char on a TCP port, the unread character is not seen by subsequent read-line (and possibly also read-string) invocations.
(reported by Paul Romanchenko)
Change History (3)
comment:1 by , 16 years ago
| Summary: | peek-char works incorrectly for tp ports → peek-char works incorrectly for tcp ports |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in 4d285bb430f150d5fd881b89f1aab255b43c57d5 (experimental). Patch contributed by Paul Romanchenko.