Changes between Initial Version and Version 1 of Ticket #19, comment 51
- Timestamp:
- Jul 15, 2014, 11:52:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19, comment 51
initial v1 11 11 `шнГA` is this sequence of bytes: {E8 AD 83 41} which is definitely not the line length. Perhaps the XCPT_PROCESS_TERMINATE crash I sometimes see is caused by a different example of garbage. This garbage is a clear evidence of the fact that the received packet gets corrupted somewhere. The pipeline it goes through looks as follows: 12 12 13 TCP/IP stack -> OpenS LL's recv -> CURL read -> Git13 TCP/IP stack -> OpenSSL's recv -> CURL read -> Git 14 14 15 15 I did many checks of Git and CURL and still didn't find the failure which indirectly suggests that it's either OpenSSL or TCP/IP.