Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 3394086142fb4dc2ebc72fe305a66cf025f1ed52
Ticket: 0f94f855cafed92d0e174b7d835453a02831b4dd
Infinite loop on writing to TLS channel on negotiation failure
User & Date: aku 2015-04-30 19:40:55
Changes

  1. icomment:
    A linux/64 build with that patch (and the TLS #57 patch (https://sourceforge.net/p/tls/bugs/57/)) does not loop (anymore):
    
    % package require tls
    1.6.4
    % set so [tls::socket www.afleventoffice.com.au 443]
    sockbb6040
    % puts $so "GET /"
    % flush $so
    error flushing "sockbb6040": connection reset by peer
    %
    
    Should I provide win binaries somewhere for additional testing ?
    
  2. login: "aku"
  3. mimetype: "text/plain"