I have a reference RCM6700 board and running a web server, since adding authentication to the page the client looks to hang but if left long enough it loads.
This is an intermittent issue, it doesn’t always hang.
I enabled HTTP_VERBOSE and see the below snippet, sometimes it times out multiple times, sometimes not at all.
I’ve tried increasing HTTP_MAXBUFFER up to 2048.
Can anyone offer any help? Could it be something I’m not setting that is causing the issue or setting incorrectly?
verbose output:
HTTP: digest; resource=/netconfig.shtml realm=User
----HTTP: getline: ‘’
HTTP: state changed to 4->6
HTTP: sending 401 for /netconfig.shtml, realm User
HTTP: state changed to 6->10
HTTP: state changed to 10->11
HTTP: state changed to 11->9
HTTP: socket ended in state 9
HTTP: state changed to 9->2
HTTP: socket established
HTTP: state changed to 2->3
HTTP: TIMEOUT!
HTTP: socket ended in state 9
HTTP: state changed to 3->2
HTTP: socket established
HTTP: state changed to 2->3
----HTTP: getline: ‘GET /netconfig.shtml HTTP/1.1’