Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix data race #160

Merged
merged 5 commits into from
Mar 31, 2021
Merged

Fix data race #160

merged 5 commits into from
Mar 31, 2021

Commits on Mar 30, 2021

  1. Use io noopcloser instead

    since close call is not required
    Marcel Ludwig committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    eebd49d View commit details
    Browse the repository at this point in the history
  2. Fix possible data race while accessing headers

    in server clone first, setGetBody afterwards
    Marcel Ludwig committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1f1e962 View commit details
    Browse the repository at this point in the history
  3. Fixup eval test

    due to added req clone for proxy outreqs the test-headers must be reflected
    Marcel Ludwig committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    51184d0 View commit details
    Browse the repository at this point in the history
  4. Extend proxy / req test

    Accessing client req headers multiple times
    Marcel Ludwig committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e1367ff View commit details
    Browse the repository at this point in the history
  5. Fix loading optional labels of same type

    Replaced chicken-and-egg retry method with bodyToContent
    Marcel Ludwig committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e1babae View commit details
    Browse the repository at this point in the history