()
| 1662 | } |
| 1663 | |
| 1664 | func (h *handler) flush() { |
| 1665 | h.response.(http.Flusher).Flush() |
| 1666 | } |
| 1667 | |
| 1668 | // If the error parameter is non-nil, sets the response status code appropriately and |
| 1669 | // writes a CouchDB-style JSON description to the body. |
no test coverage detected