mirror of
https://github.com/aler9/gortsplib
synced 2025-10-27 09:11:17 +08:00
server: cleanup error
This commit is contained in:
@@ -71,7 +71,7 @@ type ErrServerUnhandledRequest struct {
|
||||
|
||||
// Error implements the error interface.
|
||||
func (e ErrServerUnhandledRequest) Error() string {
|
||||
return fmt.Sprintf("unhandled request (%v %v)", e.Req.Method, e.Req.URL)
|
||||
return fmt.Sprintf("unhandled request: %v %v", e.Req.Method, e.Req.URL)
|
||||
}
|
||||
|
||||
// ErrServerInvalidState is an error that can be returned by a server.
|
||||
|
||||
Reference in New Issue
Block a user