Skip to content

Commit

Permalink
Merge pull request #2029 from probins/patch-1
Browse files Browse the repository at this point in the history
Replace SPDY refs in docs to HTTP/2
  • Loading branch information
guybedford authored Aug 19, 2016
2 parents b46d8d2 + 95471cf commit aa8db2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/production-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ There are three main workflows for production:

1. [Compile into a bundle](#creating-a-bundle)
2. [Create a self-executing bundle](#creating-a-self-executing-bundle)
3. [Cache the dependency tree for flat multiplexing via SPDY / HTTP2](#creating-a-dependency-cache)
3. [Cache the dependency tree for flat multiplexing via HTTP/2](#creating-a-dependency-cache)

### Creating a Bundle

Expand Down Expand Up @@ -86,7 +86,7 @@ maintaining bindings and circular references as with normal bundles.

### Creating a Dependency Cache

The jspm CDN uses SPDY, optimal cache headers, and minified files, making this workflow suitable for production use.
The jspm CDN uses HTTP/2, optimal cache headers, and minified files, making this workflow suitable for production use.

The remaining performance issue is the round trip latency required to load deep dependencies, as we only find out
the dependencies of a module once we have fetched that module, before fetching its dependencies in turn.
Expand Down

0 comments on commit aa8db2e

Please sign in to comment.