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

Implement Server-Sent Events #2960

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Implement Server-Sent Events #2960

wants to merge 13 commits into from

Commits on Jan 19, 2023

  1. Add support for asynchronous body stream writing, thereby also fixing…

    … crashes when users try to write a body from within a task towards the ELF APIs
    Joannis committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3c97f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875881f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Add support for asynchronous body stream writing, thereby also fixing…

    … crashes when users try to write a body from within a task towards the ELF APIs
    Joannis committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fa426b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c672309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d300db7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/jo-async-body-stream' of github.com:vapor/vapor…

    … into feature/jo-async-body-stream
    
    # Conflicts:
    #	Tests/VaporTests/PipelineTests.swift
    Joannis committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d04d1ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    6efc1c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e18941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5791832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    710cb9e View commit details
    Browse the repository at this point in the history
  5. Fix a miscalculation in SSE's indices during parsing, by normalizing …

    …the offset to 0, using `readableBytesView.startIndex`
    Joannis committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    af64d5f View commit details
    Browse the repository at this point in the history
  6. import NIO

    Joannis committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    155d033 View commit details
    Browse the repository at this point in the history