Aurélien
Aurélien
In the context of the previous issues, I traced `#'can-upgrade-p` and noticed that it does not return a reason `(trace pws::can-upgrade-p)` ``` 0: (PORTAL::CAN-UPGRADE-P ((:METHOD . "GET") (:SCRIPT . "/echo")...
I try to run the example, and the connection gets refused. After investigating, the cause is: the protocol version is indeed 1.1 BUT, for some reason, `(parse-float "1.1")` returns a...
Hi, From the examples: `(pws:server-code server)` Raises: ``` The value # is not of type SB-THREAD:THREAD ``` I guess this is because Bordeaux-threads has moved to bt2 instead of bt...