unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Support Websocket status code
@ 2019-07-26  6:06 Nala Ginrut
  2019-07-29  6:57 ` Nala Ginrut
  2019-08-07  6:52 ` Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Nala Ginrut @ 2019-07-26  6:06 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

Hi folks!
The current response builder will reject status code less than 600:
-------------------------------code-------------------------
 ((not (and (non-negative-integer? code) (< code 600)))
  (bad-response "Bad code: ~a" code))
---------------------------------------------------------------

However, Websocket specific status code is larger than 1000.
This breaks Artanis Websocket handler to return 500, so that the client has
no way to detect the actual problem.

Is there any plan to support it?
Or maybe someone is just waiting for a patch? ;-)

Best regards.

[-- Attachment #2: Type: text/html, Size: 766 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-07 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26  6:06 Support Websocket status code Nala Ginrut
2019-07-29  6:57 ` Nala Ginrut
2019-08-07  6:52 ` Mark H Weaver
2019-08-07 11:39   ` Nala Ginrut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).