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

Introduce get the MIME type for request and response #1657

Merged
merged 4 commits into from
Jun 2, 2023

Commits on Jun 1, 2023

  1. Introduce get the MIME type for request and response

    Previously, the spec didn't clarify how to get the MIME type for both
    request and response. Thus, this patch will introduce the "get the MIME
    type" algorithm to clarify how to get it; then, other places which
    requires MIME type can reuse this algorithm.
    
    Also, with moving to use the algorithm, it will fix a potential
    null-pointer dereference issue in the `formData()` method because a
    request or a response's MIME type could potentially be null.
    CYBAI committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c60c1a6 View commit details
    Browse the repository at this point in the history
  2. Add myself (cybai) to ack

    CYBAI committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    36d5526 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    ded133e View commit details
    Browse the repository at this point in the history
  2. fix a few other issues

    annevk committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    23a1f62 View commit details
    Browse the repository at this point in the history