View Issue Details

IDProjectCategoryView StatusLast Update
0007967libmicrohttpdbuild systempublic2024-01-21 13:33
Reportermscdex Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSLinuxOS Version6.2
Summary0007967: --disable-httpupgrade broken in master
DescriptionBuilding without HTTP upgrade currently fails in master (90fcf2fc22d4e4dc58e33d4570c87bd6a1adb2ee):

connection.c: In function 'check_and_grow_read_buffer_space':
connection.c:3673:10: error: 'MHD_CONNECTION_UPGRADE' undeclared (first use in this function); did you mean 'MHD_CONNECTION_STATE'?
 3673 | case MHD_CONNECTION_UPGRADE:
      | ^~~~~~~~~~~~~~~~~~~~~~
      | MHD_CONNECTION_STATE
Steps To Reproduce./configure --disable-httpupgrade && make
TagsNo tags attached.

Activities

Christian Grothoff

2023-12-02 12:32

manager   ~0020704

Fix committed to master branch.

Christian Grothoff

2023-12-02 12:33

manager   ~0020705

Fixed in 38c06b6a..4e5b6570. Thanks for reporting!

Related Changesets

libmicrohttpd: master 4e5b6570

2023-12-02 13:32

Christian Grothoff


Details Diff
fix 0007967 Affected Issues
0007967
mod - src/microhttpd/connection.c Diff File

Issue History

Date Modified Username Field Change
2023-10-23 00:13 mscdex New Issue
2023-12-02 12:11 Christian Grothoff Assigned To => Christian Grothoff
2023-12-02 12:11 Christian Grothoff Status new => assigned
2023-12-02 12:32 Christian Grothoff Changeset attached => libmicrohttpd master 4e5b6570
2023-12-02 12:32 Christian Grothoff Note Added: 0020704
2023-12-02 12:32 Christian Grothoff Status assigned => resolved
2023-12-02 12:32 Christian Grothoff Resolution open => fixed
2023-12-02 12:33 Christian Grothoff Note Added: 0020705
2024-01-21 13:33 Christian Grothoff Status resolved => closed