Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/NewBoard.pas

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

revision 1.30 by h677, Sat Mar 29 02:25:23 2008 UTC revision 1.31 by h677, Sat Apr 18 04:31:17 2009 UTC
# Line 471  class procedure TNewBoardDialog.InitHTTP Line 471  class procedure TNewBoardDialog.InitHTTP
471  begin  begin
472          client.Request.Clear;          client.Request.Clear;
473      client.Request.CustomHeaders.Clear;      client.Request.CustomHeaders.Clear;
474            client.Request.UserAgent := GikoSys.GetUserAgent;
475          client.RecvBufferSize := Gikosys.Setting.RecvBufferSize;          client.RecvBufferSize := Gikosys.Setting.RecvBufferSize;
476          client.ProxyParams.BasicAuthentication := False;          client.ProxyParams.BasicAuthentication := False;
477            client.ReadTimeout := GikoSys.Setting.ReadTimeOut;
478    
479          if GikoSys.Setting.ReadProxy then begin          if GikoSys.Setting.ReadProxy then begin
480                  if GikoSys.Setting.ProxyProtocol then                  if GikoSys.Setting.ProxyProtocol then
481                          client.ProtocolVersion := pv1_1                          client.ProtocolVersion := pv1_1

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26