Summary
peek-char works incorrectly for tcp ports
Metadata
- Id: 7edf1cd6b19bfb1c32593ba4f7e493beb71c4a9b
- Trac id: 217
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.5.x
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-04-23 14:45:21 UTC
- Keywords: tcp peek-char
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)
Changes and comments
[2010-04-23 19:11:00 UTC] felix changed summary
[2010-04-27 15:25:12 UTC] felix changed status from new to closed
[2010-04-27 15:25:12 UTC] felix set resolution to fixed
[2010-04-27 15:25:12 UTC] felix wrote:
Fixed in 4d285bb430f150d5fd881b89f1aab255b43c57d5 (experimental). Patch contributed by Paul Romanchenko.
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted