mirror of
https://github.com/soypat/lneto.git
synced 2026-08-22 07:29:04 +00:00
go format router.go
This commit is contained in:
@@ -22,8 +22,8 @@ const reconfigureWait = 10 * time.Millisecond
|
|||||||
var (
|
var (
|
||||||
errNoRequestProto = errors.New("httphi: request line with no HTTP version")
|
errNoRequestProto = errors.New("httphi: request line with no HTTP version")
|
||||||
errBadRequestProto = errors.New("httphi: unsupported HTTP version in request line")
|
errBadRequestProto = errors.New("httphi: unsupported HTTP version in request line")
|
||||||
errBusyExchanges = errors.New("httphi: exchanges still serving, cannot reuse their buffers")
|
errBusyExchanges = errors.New("httphi: exchanges still serving, cannot reuse their buffers")
|
||||||
errRouterTornDown = errors.New("httphi: router torn down, configure it before serving")
|
errRouterTornDown = errors.New("httphi: router torn down, configure it before serving")
|
||||||
|
|
||||||
errNotFormEncoded = errors.New("httphi: request body is not application/x-www-form-urlencoded")
|
errNotFormEncoded = errors.New("httphi: request body is not application/x-www-form-urlencoded")
|
||||||
errNotMultipart = errors.New("httphi: request body is not multipart/form-data")
|
errNotMultipart = errors.New("httphi: request body is not multipart/form-data")
|
||||||
|
|||||||
Reference in New Issue
Block a user