Strange HTTP handling, echoes a long HTTP method in response...
Anything over 7 characters seems to be echoed as the beginning of the response:
➜ compal_CH7465LG_py git:(master) ✗ curl -v -X"GET GE HTTP/1.0" "http://192.168.178.1/"
* Trying 192.168.178.1...
* Connected to 192.168.178.1 (192.168.178.1) port 80 (#0)
> GET GE HTTP/1.0 / HTTP/1.1
> Host: 192.168.178.1
> User-Agent: curl/7.49.1