1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-10 00:28:23 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
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
Vishal Rana
190cf80d02 Fixed #432, Fixed #167.
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-05-02 16:19:35 -07:00
Vishal Rana
111d65a5b4 Fixed engine.test
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-16 16:15:40 -07:00
Vishal Rana
6a74849290 Handler wrapper in their respective packages #294
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-06 20:53:23 -08:00