fix catch block text
This commit is contained in:
parent
d89310bb2e
commit
ca6d23f5ef
2
mod.ts
2
mod.ts
|
@ -244,7 +244,7 @@ export class HTTPServer {
|
||||||
this.handleNotFound(routeRequest, routeReply, requestEvent);
|
this.handleNotFound(routeRequest, routeReply, requestEvent);
|
||||||
}
|
}
|
||||||
} catch (_err) {
|
} catch (_err) {
|
||||||
// Ignore http that where closed before reply was sent
|
// Ignore http connections that where closed before reply was sent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user