Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/NewBoard.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|