Reliability/Queueing of tasks with connection request

Zaid Abdulla zaid at genieacs.com
Thu Mar 31 18:00:56 EDT 2016


On Thu, 2016-03-31 at 16:25 +0200, Oliver Kraitschy wrote:
> When a connection request was not successful, the following happened:
> 
> - ACS connects to CPE via TCP
> - ACS does HTTP request without authentication
> - CPE denies access and closes TCP connection
> 
> - ACS connects to CPE via TCP
> - ACS does HTTP request with authentication
> - CPE responds with 200 OK
> - CPE closes TCP connection
> 
> And that's it. easycwmp simply doesn't open a new connection to
> transfer
> its payload, resigning with this error message:
> 
> https://github.com/pivasoftware/easycwmp/blob/master/src/http.c#L318

Looks like it's client related. I'd raise an issue with EasyCWMP.

Zaid


More information about the Users mailing list