Merge 1fde3243c2ec2931ce5e68c09cdfe72627108181 into d3ffc9985281dcf4d3bef604cce4e662b1a327a6

This commit is contained in:
Raju Ahmed 2026-03-18 04:19:00 +00:00 committed by GitHub
commit be9237ef5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,9 @@ type ResponseWriter interface {
// Pusher get the http.Pusher for server push
Pusher() http.Pusher
// Unwrap get the underlying http.ResponseWriter
Unwrap() http.ResponseWriter
}
type responseWriter struct {