io.servers.connection: fix bogus logging
parent
937b05f1de
commit
4c9ae8398c
|
@ -79,7 +79,7 @@ M: threaded-server handle-client* handler>> call( -- ) ;
|
||||||
[ timeout>> timeouts ] [ handle-client* ] bi
|
[ timeout>> timeouts ] [ handle-client* ] bi
|
||||||
] with-stream ;
|
] with-stream ;
|
||||||
|
|
||||||
\ handle-client ERROR add-error-logging
|
\ handle-client NOTICE add-error-logging
|
||||||
|
|
||||||
: thread-name ( server-name addrspec -- string )
|
: thread-name ( server-name addrspec -- string )
|
||||||
unparse-short " connection from " glue ;
|
unparse-short " connection from " glue ;
|
||||||
|
|
Loading…
Reference in New Issue