question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HTTP/2 UniformStreamByteDistributor has an infinite loop problem when transferring content that exceeds 2 GB.

See original GitHub issue

Expected behavior

no infinite loop

Actual behavior

HTTP/2 UniformStreamByteDistributor has an infinite loop problem when transferring content that exceeds 2GB.

Steps to reproduce

Use curl with limit-rate to request more than 2Gbytes of content In multiple terminal(More than 6 terminals) curl -v https://localhost/3gbytes.bin -o/dev/null --http2 --insecure --limit-rate 1M

Minimal yet complete reproducer code (or URL to code)

Netty version

netty-4.1.12.Final

JVM version (e.g. java -version)

#java -version java version “1.8.0_131” Java™ SE Runtime Environment (build 1.8.0_131-b11)

OS version (e.g. uname -a)

uname -a Linux sunggonsong 2.6.32-696.13.2.el6.x86_64 #1 SMP Thu Oct 5 21:22:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linu

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
durigoncommented, Dec 20, 2017

As expected, there is no infinite loop. @Scottmitch thanks 😃

1reaction
durigoncommented, Dec 20, 2017

@Scottmitch Thank you. I’ll test it and share the results.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found