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

contrib/net/http: fix status reporting for empty replies #1140

Merged
merged 11 commits into from
Apr 13, 2022

Commits on Jan 21, 2022

  1. contrib/net/http: fix status reporting for empty replies

    When no data is written, in an HTTP handler, our wrapped response writer
    fails to capture a status code, resulting it the StatusCode tag being
    missing from the span. We should detect this situation and record a 200 OK,
    which is the default code for an empty response.
    knusbaum committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5a8d2bd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    53604ce View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Update contrib/net/http/trace_test.go

    Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
    knusbaum and gbbr authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2d9530e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    5e96edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71163ad View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. update

    knusbaum committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cb1d0df View commit details
    Browse the repository at this point in the history
  2. Merge branch 'knusbaum/improve-http-status-reporting' of github.com:D…

    …ataDog/dd-trace-go into knusbaum/improve-http-status-reporting
    knusbaum committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    290b470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0e660 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    8ef4b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5097b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38d9c57 View commit details
    Browse the repository at this point in the history