Method Protocols.HTTP.Server.Request()->finish()
- Method
finish
voidfinish(intclean)- Description
Finishes this request, as in removing timeouts, calling the logging callback etc. If
cleanis given, then the processing of this request went fine and all data was sent properly, in which case the connection will be reused if keep-alive was negotiated. Otherwise the connection will be closed and destructed.