Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/labstack/echo
/ Close
Method
Close
middleware/body_limit.go:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(r *limitedReader) Close() error {
93
return
r.reader.Close()
94
}
95
96
func
(r *limitedReader) Reset(reader io.ReadCloser) {
97
r.reader = reader
Callers
15
start
Method · 0.45
TestContextStream
Function · 0.45
TestContextFormFile
Function · 0.45
TestContextMultipartForm
Function · 0.45
doGet
Function · 0.45
TestStartConfig_WithHTTP2WithCustomTlsConfig
Function · 0.45
TestBindMultipartForm
Function · 0.45
bindMultipartFiles
Function · 0.45
assertMultipartFileHeader
Function · 0.45
TestNewDefaultFS
Function · 0.45
TestEcho_Start
Function · 0.45
FormFile
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestContextStream
Function · 0.36
TestContextFormFile
Function · 0.36
TestContextMultipartForm
Function · 0.36
doGet
Function · 0.36
TestStartConfig_WithHTTP2WithCustomTlsConfig
Function · 0.36
TestBindMultipartForm
Function · 0.36
bindMultipartFiles
Function · 0.36
assertMultipartFileHeader
Function · 0.36
TestNewDefaultFS
Function · 0.36
TestEcho_Start
Function · 0.36
TestRewriteWithConfigPreMiddleware_Issue1143
Function · 0.36
TestGzip_AcceptEncodingHeader
Function · 0.36