Skip to content

Commit

Permalink
Revert "Force use of fallback chanpool on App Engine"
Browse files Browse the repository at this point in the history
This has been fixed in v1.9.17 of App Engine:
https://code.google.com/p/googleappengine/issues/detail?id=11346

This reverts commit 9556e17.

Fixes zenazn#67.
  • Loading branch information
zenazn committed Jan 5, 2015
1 parent b9d27b2 commit de6bd51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/chanpool.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !go1.3 appengine
// +build !go1.3

package web

Expand Down
2 changes: 1 addition & 1 deletion web/cpool.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build go1.3,!appengine
// +build go1.3

package web

Expand Down

0 comments on commit de6bd51

Please sign in to comment.