Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: takumihara/webserv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: takumihara/webserv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-cgi
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 28, 2023

  1. refacotr: change HttpResponse headers type from vector<pair<string, s…

    …tring>> to map<string,string>
    deersaga committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2cacdbc View commit details
    Browse the repository at this point in the history
  2. fix: CGI Response handling

    deersaga committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f8b9791 View commit details
    Browse the repository at this point in the history
  3. fix: client.py bug

    deersaga committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    aae137c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b4cb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. delete: deleteEnv()

    deersaga committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c1c0d6d View commit details
    Browse the repository at this point in the history
  2. fix: setStatusAndReason()

    deersaga committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    51dfa26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0e1508 View commit details
    Browse the repository at this point in the history
Loading