mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
upgrade_proc: fixed assert
This commit is contained in:
@@ -73,7 +73,7 @@ mhd_upgrade_finish_switch_to_upgraded (struct MHD_Connection *restrict c)
|
||||
mhd_assert (MHD_CONNECTION_UPGRADING == c->state);
|
||||
mhd_assert (NULL != c->write_buffer);
|
||||
mhd_assert ((0 != c->read_buffer_offset) || (NULL == c->read_buffer));
|
||||
mhd_assert (c == c->upgr.c);
|
||||
mhd_assert (NULL == c->upgr.c);
|
||||
|
||||
pupgr_data = (mhd_ACTION_UPGRADE == c->rq.app_act.head_act.act) ?
|
||||
&(c->rq.app_act.head_act.data.upgrd) :
|
||||
|
||||
Reference in New Issue
Block a user