You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "maskit (via GitHub)" <gi...@apache.org> on 2023/06/08 16:05:10 UTC

[GitHub] [trafficserver] maskit opened a new issue, #9800: Manage QUICStream instances without relying on quiche

maskit opened a new issue, #9800:
URL: https://github.com/apache/trafficserver/issues/9800

   `quiche_conn_stream_init_application_data` and `quiche_conn_stream_application_data` will be unavailable on next version of quiche. Actually I found there is a case that we cannot rely on them and I was going to stop using it.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] maskit commented on issue #9800: Manage QUICStream instances without relying on quiche

Posted by "maskit (via GitHub)" <gi...@apache.org>.
maskit commented on issue #9800:
URL: https://github.com/apache/trafficserver/issues/9800#issuecomment-1688578525

   We cannot close this issue. We need to modify our code so we do not use the removed functions.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bryancall closed issue #9800: Manage QUICStream instances without relying on quiche

Posted by "bryancall (via GitHub)" <gi...@apache.org>.
bryancall closed issue #9800: Manage QUICStream instances without relying on quiche
URL: https://github.com/apache/trafficserver/issues/9800


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bryancall commented on issue #9800: Manage QUICStream instances without relying on quiche

Posted by "bryancall (via GitHub)" <gi...@apache.org>.
bryancall commented on issue #9800:
URL: https://github.com/apache/trafficserver/issues/9800#issuecomment-1688563641

   After rerunning `./tools/build_h3_tools.sh` I no longer see this issue.  I was seeing and issue this issue:
   ```
   Undefined symbols for architecture arm64:
     "_SecRandomCopyBytes", referenced from:
         ring::rand::darwin::fill::h44242773538e164c in libquiche.a(ring-2c63e41ea77c72de.ring.52c1a422d4e2ffc5-cgu.10.rcgu.o)
     "_kSecRandomDefault", referenced from:
         ring::rand::darwin::fill::h44242773538e164c in libquiche.a(ring-2c63e41ea77c72de.ring.52c1a422d4e2ffc5-cgu.10.rcgu.o)
   ld: symbol(s) not found for architecture arm64
   ```
   
   I was about to around this by setting my LDFLAGS with:
   `export LDFLAGS="-framework Security -framework Foundation"
   `
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] maskit closed issue #9800: Manage QUICStream instances without relying on quiche

Posted by "maskit (via GitHub)" <gi...@apache.org>.
maskit closed issue #9800: Manage QUICStream instances without relying on quiche
URL: https://github.com/apache/trafficserver/issues/9800


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org