/[cwmp]/google/trunk/lib/CWMP/Session.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/lib/CWMP/Session.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by dpavlin, Tue Jun 19 22:06:46 2007 UTC revision 54 by dpavlin, Wed Jun 20 20:24:34 2007 UTC
# Line 179  sub process_request { Line 179  sub process_request {
179                  'Content-Type: text/xml; charset="utf-8"',                  'Content-Type: text/xml; charset="utf-8"',
180                  'Server: AcmeCWMP/42',                  'Server: AcmeCWMP/42',
181                  'SOAPServer: AcmeCWMP/42'                  'SOAPServer: AcmeCWMP/42'
182          ));          )."\r\n");
183    
184          $sock->send( "Set-Cookie: ID=" . $state->{ID} . "; path=/\r\n" ) if ( $state->{ID} );          $sock->send( "Set-Cookie: ID=" . $state->{ID} . "; path=/\r\n" ) if ( $state->{ID} );
185                    

Legend:
Removed from v.53  
changed lines
  Added in v.54

  ViewVC Help
Powered by ViewVC 1.1.26