Fix record-predicate that should be exception-predicate
This commit is contained in:
parent
8f3e0a9a1d
commit
163d775496
4 changed files with 10 additions and 10 deletions
|
@ -130,7 +130,7 @@ closes PORT, unless KEEP-ALIVE? is true."
|
|||
(record-constructor &request-body-ended-prematurely))
|
||||
|
||||
(define request-body-ended-prematurely-error?
|
||||
(record-predicate &request-body-ended-prematurely))
|
||||
(exception-predicate &request-body-ended-prematurely))
|
||||
|
||||
(define (request-body-port/knots r)
|
||||
(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue