quic: fix quicly fifo size mismatch 12/23112/2
authorDave Wallace <dwallacelf@gmail.com>
Wed, 30 Oct 2019 18:30:53 +0000 (18:30 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 30 Oct 2019 22:44:58 +0000 (22:44 +0000)
commit7c7fa9066e2f056581af3fb82a21a1145a7aaafa
tree18dd6cd96511fbc4b3b426decbfc08588414e20b
parent35b037fd7f7ff1842f8d72a969c8415aa6f60d4d
quic: fix quicly fifo size mismatch

- This fixes an intermittent failure of the
  test_quic_ext_transfer test due to quicly
  being configured with the wrong fifo size
  which was taken from the cli or startup.conf
  file. The fifo size from the application
  context is now used when creating the
  quicly context.
- Emit an error message if the entire chunk
  of a stream is not enqueued in the svm fifo.

Type: fix

Change-Id: I03847ea7d4cd7a617b577697dfe3afa969850937
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
src/plugins/quic/quic.c