Changeset 1059

Show
Ignore:
Timestamp:
02/28/08 03:31:51 (6 months ago)
Author:
Nietsnie
Message:

-Added the counterpart to HttpServer?, SSLServer.
-Modified HttpResponse? so that it doesn't flush after headers
-Added small example showing how to use the new SSLServer and some of the new Tango PKI features.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/net/http/server/HttpResponse.d

    r1047 r1059  
    302302                   super.produce (&emit.consume, HttpConst.Eol); 
    303303 
    304                    // send headers back to the UA right away 
    305                    emit (HttpConst.Eol).flush; 
     304                   emit(HttpConst.Eol); 
    306305                         
    307306                   version (ShowHeaders)