Mark McGranaghan 12 years ago
parent
commit
2b7b8cb2a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web/middleware.go

+ 1
- 1
web/middleware.go View File

@ -110,7 +110,7 @@ func (m *mStack) alloc() *cStack {
// This is a little sloppy: this is only safe if this pointer // This is a little sloppy: this is only safe if this pointer
// dereference is atomic. Maybe someday I'll replace it with // dereference is atomic. Maybe someday I'll replace it with
// sync/atomic, but for now I happen to know that on all the // sync/atomic, but for now I happen to know that on all the
// architecures I care about it happens to be atomic.
// architectures I care about it happens to be atomic.
p := m.pool p := m.pool
var cs *cStack var cs *cStack
select { select {


Loading…
Cancel
Save