diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-07-13 11:47:41 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-07-13 11:47:41 +0400 |
| commit | 3b8a86a249638660d3fe0c9de6a2da6e9562dc2f (patch) | |
| tree | 10aff310b799744fdc9269edafd4ec7d00b784ea /TODO | |
| parent | ssh/session-func.c: Include missed `assert.h' header (diff) | |
| download | guile-ssh-3b8a86a249638660d3fe0c9de6a2da6e9562dc2f.tar.gz | |
TODO (Known Bugs): New section
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ -*- Mode: Outline -*- -* Make channel buffers configurable. -* Make use of libssh callbacks to track asynchronous events on channels +* Ideas +** Make channel buffers configurable. +** Make use of libssh callbacks to track asynchronous events on channels + +* Known Bugs +** `channel-open?', `channel-eof?' and other opeartions fail on a closed channel + because all the resources were freed when the channel was closed. That's + the reason why we get "Segmentation fault" error. |
