(w http.ResponseWriter, r *http.Request)
| 80 | } |
| 81 | |
| 82 | func echoCopyFull(w http.ResponseWriter, r *http.Request) { |
| 83 | echoCopy(w, r, false) |
| 84 | } |
| 85 | |
| 86 | // echoReadAll echoes messages from the client by reading the entire message |
| 87 | // with ioutil.ReadAll. |
nothing calls this directly
no test coverage detected