Hi I sometimes get this error WSAECONNABORTED(10053) when I use pECB->WriteClient According to msdn: An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error. What does this mean exactly? Is it the client computer that's not sending the right data? Thanks
It is very likely something that the client is doing. IIS is just passing you the error code from winsock. The way to know exactly what is happening is to use a sniffer, like Network Monitor, to see the traffic on the wire when the error occurs. Thank you, -Wade A. Hilmo, -Microsoft "Someone" wrote in message news:54CB71E2-0B3A-407B-9238-43C284EB5F17@microsoft.com... > Hi I sometimes get this error WSAECONNABORTED(10053) when I use > pECB->WriteClient > > According to msdn: > > An established connection was aborted by the software in your host computer, > possibly due to a data transmission time-out or protocol error. > > What does this mean exactly? Is it the client computer that's not sending > the right data? > > Thanks
That much I figured. It's tough to reproduce... "Wade A. Hilmo [MS]" wrote: > It is very likely something that the client is doing. > > IIS is just passing you the error code from winsock. The way to know > exactly what is happening is to use a sniffer, like Network Monitor, to see > the traffic on the wire when the error occurs. > > Thank you, > -Wade A. Hilmo, > -Microsoft > > "Someone" wrote in message > news:54CB71E2-0B3A-407B-9238-43C284EB5F17@microsoft.com... > > Hi I sometimes get this error WSAECONNABORTED(10053) when I use > > pECB->WriteClient > > > > According to msdn: > > > > An established connection was aborted by the software in your host > computer, > > possibly due to a data transmission time-out or protocol error. > > > > What does this mean exactly? Is it the client computer that's not sending > > the right data? > > > > Thanks > > >