Skip to content

Commit

Permalink
Fix bug #5382 (#5383) (#5597)
Browse files Browse the repository at this point in the history
Co-authored-by: guandeng <[email protected]>
Co-authored-by: 10951 <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent df1f708 commit 8fe696a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext-src/swoole_http2_client_coro.cc
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ void php_swoole_http2_client_coro_minit(int module_number) {
zend_declare_property_bool(swoole_http2_request_ce, ZEND_STRL("usePipelineRead"), 0, ZEND_ACC_PUBLIC);

zend_declare_property_long(swoole_http2_response_ce, ZEND_STRL("streamId"), 0, ZEND_ACC_PUBLIC);
zend_declare_property_long(swoole_http2_response_ce, ZEND_STRL("serverLastStreamId"), 0, ZEND_ACC_PUBLIC);
zend_declare_property_long(swoole_http2_response_ce, ZEND_STRL("errCode"), 0, ZEND_ACC_PUBLIC);
zend_declare_property_long(swoole_http2_response_ce, ZEND_STRL("statusCode"), 0, ZEND_ACC_PUBLIC);
zend_declare_property_bool(swoole_http2_response_ce, ZEND_STRL("pipeline"), 0, ZEND_ACC_PUBLIC);
Expand Down

0 comments on commit 8fe696a

Please sign in to comment.