Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zach Beane
zacl
Commits
1b3b49f1
Commit
1b3b49f1
authored
Nov 28, 2016
by
Zach Beane
Browse files
Add EXCL::SOCKET-CHUNKING-END-OF-FILE condition.
It's not currently signaled anywhere but does fix a handler-bind issue.
parent
7e91702c
Changes
1
Hide whitespace changes
Inline
Side-by-side
package-excl.lisp
View file @
1b3b49f1
...
...
@@ -101,6 +101,7 @@ longer anonymous, but has a meaningful name name."
(
defgeneric
excl:device-close
(
stream
abort
))
(
define-condition
excl:stream-closed-error
(
error
)
())
(
define-condition
excl::socket-chunking-end-of-file
(
error
)
())
(
def-fake-slot
excl::stream-property-list
stream
:default-value
nil
)
(
def-fake-slot
excl:stream-error-identifier
stream
:default-value
nil
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment