|
@@ -49,7 +49,6 @@ func (ctx *Context) ProxyWriteToHttpRRequest() (*http.Request, error) {
|
|
}
|
|
}
|
|
|
|
|
|
func (ctx *Context) WriteToResponse() error {
|
|
func (ctx *Context) WriteToResponse() error {
|
|
- fmt.Println("TAG 1")
|
|
|
|
err := ctx.Writer.WriteToResponse()
|
|
err := ctx.Writer.WriteToResponse()
|
|
if err != nil {
|
|
if err != nil {
|
|
return err
|
|
return err
|
|
@@ -58,7 +57,6 @@ func (ctx *Context) WriteToResponse() error {
|
|
}
|
|
}
|
|
|
|
|
|
func (ctx *Context) MustWriteToResponse() {
|
|
func (ctx *Context) MustWriteToResponse() {
|
|
- fmt.Println("TAG 5")
|
|
|
|
ctx.Writer.MustWriteToResponse()
|
|
ctx.Writer.MustWriteToResponse()
|
|
}
|
|
}
|
|
|
|
|