/[Sack]/trunk/lib/Sack/Server.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 /trunk/lib/Sack/Server.pm

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

revision 260 by dpavlin, Sun Jan 31 16:03:50 2010 UTC revision 262 by dpavlin, Sun Jan 31 16:44:56 2010 UTC
# Line 168  while (1) { Line 168  while (1) {
168                                          warn "ERROR: $@" if $@;                                          warn "ERROR: $@" if $@;
169                                  }                                  }
170    
171                                  print $send "HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n";                                  print $send "HTTP/1.0 200 OK\r\nContent-Type: text/html"
172                                            , ( $param->{refresh} ? "\r\nRefresh: " . $param->{refresh} : '' )
173                                            , "\r\n\r\n"
174                                    ;
175    
176                                  print $send qq|                                  print $send qq|
177    

Legend:
Removed from v.260  
changed lines
  Added in v.262

  ViewVC Help
Powered by ViewVC 1.1.26