View Issue Details

IDProjectCategoryView StatusLast Update
0007967libmicrohttpdbuild systempublic2023-10-23 00:14
Reportermscdex Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-10-23 00:13 mscdex New Issue