changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/net/proto/http.lisp

revision 381: 386d51cf61ca
parent 369: de40bd522c84
child 435: 849bbe48e32d
     1.1--- a/lisp/lib/net/proto/http.lisp	Tue May 28 17:55:30 2024 -0400
     1.2+++ b/lisp/lib/net/proto/http.lisp	Tue May 28 23:12:31 2024 -0400
     1.3@@ -810,7 +810,7 @@
     1.4   status-text)
     1.5 
     1.6 ;;; Errors
     1.7-(define-condition http-error (net-error)
     1.8+(define-condition http-error (protocol-error)
     1.9   (description)
    1.10   (:report
    1.11    (lambda (condition stream)
    1.12@@ -848,7 +848,6 @@
    1.13 (define-condition cb-status (callback-error)
    1.14   ((description :initform "the status callback failed")))
    1.15 
    1.16-
    1.17 ;;
    1.18 ;; Parsing-related errors
    1.19