1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
echo/test
Jordon Smith 60b69fbb3b Fix XML double WriteHeader (#677)
* WriteHeader if not committed in test.Response

Call WriteHeader if response isn't committed yet in calls to Write to
behave the same as fasthttp and standard Responses.

* Fix XML double WriteHeader

XMLBlob was writing xml.Header to the reply before writing the header
triggering a WriteHeader(http.StatusOK).
2016-10-25 07:56:41 -07:00
..
cookie.go Fixed #432, Fixed #167. 2016-05-02 16:19:35 -07:00
header.go Closes #517, closes #518 2016-05-22 07:58:21 -07:00
request.go Added engine.Request#SetHost function 2016-09-21 14:08:18 -07:00
response.go Fix XML double WriteHeader (#677) 2016-10-25 07:56:41 -07:00
server.go Issue 655 (#657) 2016-09-12 06:18:58 -07:00
url.go Fixed #428 2016-03-23 11:10:22 -05:00