Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. [nzhao@localhost http]$ grep -RoP 'Err[A-Z]\w*' | sort -h | uniq
  2. client.go:ErrUseLastResponse
  3. fcgi/child.go:ErrConnClosed
  4. fcgi/child.go:ErrRequestAborted
  5. fs.go:ErrNotExist
  6. h2_bundle.go:ErrAbortHandler
  7. h2_bundle.go:ErrBodyNotAllowed
  8. h2_bundle.go:ErrCode
  9. h2_bundle.go:ErrCodeCancel
  10. h2_bundle.go:ErrCodeCompression
  11. h2_bundle.go:ErrCodeConnect
  12. h2_bundle.go:ErrCodeEnhanceYourCalm
  13. h2_bundle.go:ErrCodeFlowControl
  14. h2_bundle.go:ErrCodeFrameSize
  15. h2_bundle.go:ErrCodeHTTP11Required
  16. h2_bundle.go:ErrCodeInadequateSecurity
  17. h2_bundle.go:ErrCodeInternal
  18. h2_bundle.go:ErrCodeNo
  19. h2_bundle.go:ErrCodeProtocol
  20. h2_bundle.go:ErrCodeRefusedStream
  21. h2_bundle.go:ErrCodeSettingsTimeout
  22. h2_bundle.go:ErrCodeStreamClosed
  23. h2_bundle.go:ErrFrameTooLarge
  24. h2_bundle.go:ErrNoCachedConn
  25. h2_bundle.go:ErrNotSupported
  26. h2_bundle.go:ErrPushLimitReached
  27. h2_bundle.go:ErrRange
  28. h2_bundle.go:ErrRecursivePush
  29. h2_bundle.go:ErrShortWrite
  30. h2_bundle.go:ErrSkipAltProtocol
  31. h2_bundle.go:ErrSyntax
  32. h2_bundle.go:ErrUnexpectedEOF
  33. h2_bundle.go:ErrWriter
  34. http.go:ErrNotSupported
  35. httputil/httputil.go:ErrLineTooLong
  36. httputil/persist.go:ErrClosed
  37. httputil/persist.go:ErrPersistEOF
  38. httputil/persist.go:ErrPipeline
  39. httputil/persist.go:ErrUnexpectedEOF
  40. httputil/reverseproxy.go:ErrShortWrite
  41. internal/chunked.go:ErrBufferFull
  42. internal/chunked.go:ErrLineTooLong
  43. internal/chunked.go:ErrShortWrite
  44. internal/chunked.go:ErrUnexpectedEOF
  45. request.go:ErrHeaderTooLong
  46. request.go:ErrMissingBoundary
  47. request.go:ErrMissingContentLength
  48. request.go:ErrMissingFile
  49. request.go:ErrNoCookie
  50. request.go:ErrNotMultipart
  51. request.go:ErrNotSupported
  52. request.go:ErrShortBody
  53. request.go:ErrUnexpectedEOF
  54. request.go:ErrUnexpectedTrailer
  55. response.go:ErrNoLocation
  56. response.go:ErrUnexpectedEOF
  57. server.go:ErrAbortHandler
  58. server.go:ErrBodyNotAllowed
  59. server.go:ErrBodyReadAfterClose
  60. server.go:ErrContentLength
  61. server.go:ErrHandlerTimeout
  62. server.go:ErrHijacked
  63. server.go:ErrServerClosed
  64. server.go:ErrWriteAfterFlush
  65. transfer.go:ErrBodyReadAfterClose
  66. transfer.go:ErrLineTooLong
  67. transfer.go:ErrUnexpectedEOF
  68. transfer.go:ErrUnexpectedTrailer
  69. transport.go:ErrCh
  70. transport.go:ErrNoCachedConn
  71. transport.go:ErrSkipAltProtocol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement