Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This library was downloaded from http://trevp.net/tlslite/. | 1 Name: tlslite |
| 2 | 2 URL: http://trevp.net/tlslite/ |
| 3 The code is public domain. | |
| 4 | 3 |
| 5 tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the | 4 tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the |
| 6 SSL connection is closed. This is is necessary at this point since WinHTTP does | 5 SSL connection is closed. This is is necessary at this point since WinHTTP does |
| 7 not seem to react to the SSL close notify. It's also needed to prevent a hang | 6 not seem to react to the SSL close notify. It's also needed to prevent a hang |
| 8 on Linux. See also | 7 on Linux. See also |
| 9 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c om&forum_name=tlslite-users | 8 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c om&forum_name=tlslite-users |
| 10 The change is in google.patch. | 9 The change is in google.patch. |
|
M-A Ruel
2010/04/09 01:58:35
I'd like to have the patch renamed to chromium.pat
| |
| OLD | NEW |