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

Adding an option to disable HTTP streaming #3777

Merged
merged 18 commits into from
Jul 1, 2022
Merged

Commits on Jun 30, 2022

  1. Adding a flag to disable HTTP streaming

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9207549 View commit details
    Browse the repository at this point in the history
  2. refactor: adding support for SSG builds

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    18b3a8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    884fab8 View commit details
    Browse the repository at this point in the history
  4. removing streaming CLI flag

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c043ff1 View commit details
    Browse the repository at this point in the history
  5. removing import.meta.env.STREAMING

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    76ce1dd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into fix/cloudflare-polyfill

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    93ff1b7 View commit details
    Browse the repository at this point in the history
  7. include Content-Length header when streaming is disabled

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    1869202 View commit details
    Browse the repository at this point in the history
  8. Verifying content-length header in dev

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6dde2f9 View commit details
    Browse the repository at this point in the history
  9. fix: default streaming to enabled in the base App server

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    5af3d7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    939d048 View commit details
    Browse the repository at this point in the history
  11. re-enabling the test with an adapter option to disable streaming for …

    …the test
    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bae78c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    188c86b View commit details
    Browse the repository at this point in the history
  13. moving config to build.streaming, ignoring it in dev

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    693adf2 View commit details
    Browse the repository at this point in the history
  14. fixing dev test to expect response streaming

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    dc10d4d View commit details
    Browse the repository at this point in the history
  15. chore: add changsets

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    bb85482 View commit details
    Browse the repository at this point in the history
  16. removing the new config option all together 🎉

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    05e3e4a View commit details
    Browse the repository at this point in the history
  17. remove temp debug log

    Tony Sullivan committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c9f5d50 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    14952ca View commit details
    Browse the repository at this point in the history