Skip to content

Commit

Permalink
Replace SPDY refs in docs to HTTP/2
Browse files Browse the repository at this point in the history
  • Loading branch information
probins authored Aug 15, 2016
1 parent b46d8d2 commit 95471cf
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 95471cf

Please sign in to comment.