I have a Go application with both http (on port 80) and https (on port 443) enabled.
I keep getting lots of these 3 kinds of error:
http2: server: error reading preface from client 79.49.31.60:37993: timeout waiting for client preface
http: TLS handshake error from 151.38.29.250:44235: EOF
http: TLS handshake error from 2.239.197.163:6742: read tcp x.xxx.xxx.xxx:443->2.239.197.163:6742: i/o timeout
can anyone explain what these refer to?
Note that: all these requests are coming from mobile browsers (on Android and iOS devices)