Browse Source

Revert "Force use of fallback chanpool on App Engine"

This has been fixed in v1.9.17 of App Engine:
https://code.google.com/p/googleappengine/issues/detail?id=11346

This reverts commit 9556e1736d.

Fixes #67.
Carl Jackson 11 years ago
parent
commit
de6bd515ea
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      web/chanpool.go
  2. +1
    -1
      web/cpool.go

+ 1
- 1
web/chanpool.go View File

@ -1,4 +1,4 @@
// +build !go1.3 appengine
// +build !go1.3
package web package web


+ 1
- 1
web/cpool.go View File

@ -1,4 +1,4 @@
// +build go1.3,!appengine
// +build go1.3
package web package web


Loading…
Cancel
Save