Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Merge branch 'stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Nov 22, 2016
2 parents 8ac2658 + 8ee39da commit 8e36332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app.fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ class SocketFetch extends ArcEventSource {
_redirectRequest(options) {
var location = options.location;
// https://github.com/jarrodek/socket-fetch/issues/5
let u = URL(location);
let u = new URL(location);
let protocol = u.protocol;
if (protocol === '') {
let path = u.pathname;
Expand Down
1 change: 0 additions & 1 deletion socket-fetch.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<script src="../uri.js/src/URI.min.js"></script>
<script src="../zlib/bin/zlib_and_gzip.min.js"></script>
<script src="../cookie-parser/cookie-parser.js"></script>
<script src="../crypto-js/crypto-js.js"></script>
Expand Down

0 comments on commit 8e36332

Please sign in to comment.