File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -500,14 +500,14 @@ impl Error {
500500 feature = "ffi"
501501 ) ) ]
502502 Kind :: User ( User :: BodyWriteAborted ) => "user body write aborted" ,
503- #[ cfg( any(
504- all( any( feature = "client" , feature = "server" ) , feature = "http1" ) ,
505- all( feature = "server" , feature = "http2" )
506- ) ) ]
507503 #[ cfg( all( any( feature = "client" , feature = "server" ) , feature = "http2" ) ) ]
508504 Kind :: User ( User :: InvalidConnectWithBody ) => {
509505 "user sent CONNECT request with non-zero body"
510506 }
507+ #[ cfg( any(
508+ all( any( feature = "client" , feature = "server" ) , feature = "http1" ) ,
509+ all( feature = "server" , feature = "http2" )
510+ ) ) ]
511511 Kind :: User ( User :: Service ) => "error from user's Service" ,
512512 #[ cfg( any( feature = "http1" , feature = "http2" ) ) ]
513513 #[ cfg( feature = "server" ) ]
You can’t perform that action at this time.
0 commit comments