View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037940 | FPC | FCL | public | 2020-10-17 04:03 | 2020-10-17 11:05 |
Reporter | Irfan Bagus | Assigned To | Michael Van Canneyt | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.3.1 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0037940: remove debug writeln from custmicrohttpapp.pp | ||||
Description | custmicrohttpapp.pp have writeln to debug TMicroHTTPHandler.CreateServer result | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 47120 | ||||
FPCOldBugId | |||||
FPCTarget | 3.2.2 | ||||
Attached Files |
|
|
1-0-custmicrohttpapp.patch (494 bytes)
Index: packages/fcl-web/src/base/custmicrohttpapp.pp =================================================================== --- packages/fcl-web/src/base/custmicrohttpapp.pp (revision 47119) +++ packages/fcl-web/src/base/custmicrohttpapp.pp (working copy) @@ -644,10 +644,6 @@ @DoMHDRequest, Self, MHD_OPTION_NOTIFY_COMPLETED, @HandleRequestCompleted, Nil,MHD_OPTION_END); - if Result=Nil then - Writeln('a') - else - Writeln('b'); end; procedure TMicroHTTPHandler.Run; |
|
Fixed, thanks for reporting ! |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-10-17 04:03 | Irfan Bagus | New Issue | |
2020-10-17 04:03 | Irfan Bagus | File Added: 1-0-custmicrohttpapp.patch | |
2020-10-17 11:05 | Michael Van Canneyt | Assigned To | => Michael Van Canneyt |
2020-10-17 11:05 | Michael Van Canneyt | Status | new => resolved |
2020-10-17 11:05 | Michael Van Canneyt | Resolution | open => fixed |
2020-10-17 11:05 | Michael Van Canneyt | Fixed in Version | => 3.3.1 |
2020-10-17 11:05 | Michael Van Canneyt | Fixed in Revision | => 47120 |
2020-10-17 11:05 | Michael Van Canneyt | FPCTarget | => 3.2.2 |
2020-10-17 11:05 | Michael Van Canneyt | Note Added: 0126361 |