(w http.ResponseWriter, r *http.Request)
| 148 | } |
| 149 | |
| 150 | func echoReadAllWriteMessage(w http.ResponseWriter, r *http.Request) { |
| 151 | echoReadAll(w, r, true, false) |
| 152 | } |
| 153 | |
| 154 | func echoReadAllWritePreparedMessage(w http.ResponseWriter, r *http.Request) { |
| 155 | echoReadAll(w, r, true, true) |
nothing calls this directly
no test coverage detected