renan-guimaraes / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

BUG - dwsHTTPSysApi.pas HTTP_RESPONSE_V2.SetHeaders #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Delphi XE3 32bit

Bug:
AV using custom headers in TWebResponse

Fix:
Line:
  current := @UnknownHeaders;
should be:
  current := @UnknownHeaders[0];

Original issue reported on code.google.com by kop...@gmail.com on 22 Feb 2013 at 8:50

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1835.

Original comment by zar...@gmail.com on 25 Feb 2013 at 1:45