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