maskit commented on pull request #6905:
URL: https://github.com/apache/trafficserver/pull/6905#issuecomment-645144938


   I'll make a PR for this error soon. QPACK.h should include Arena.h.
   ```
   In file included from Http3HeaderVIOAdaptor.h:26:0,
                    from Http3HeaderVIOAdaptor.cc:24:
   QPACK.h:263:93: error: ���Arena��� has not been declared
      int _read_insert_with_name_ref(QUICStreamIO &stream_io, bool &is_static, 
uint16_t &index, Arena &arena, char **value,
                                                                                
                ^~~~~
   QPACK.h:265:62: error: ���Arena��� has not been declared
      int _read_insert_without_name_ref(QUICStreamIO &stream_io, Arena &arena, 
char **name, uint16_t &name_len, char **value,
                                                                 ^~~~~
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to