Skip to content

Commit

Permalink
router: fix unknown pull handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Mar 14, 2018
1 parent 612d56c commit 9d5fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (r *Router) SetUnknownPull(fn func(UnknownPullCtx) (interface{}, *Rerror),
warnInvaildHandlerHooks(plugin)

var h = &Handler{
name: pnUnknownPush,
name: pnUnknownPull,
isUnknown: true,
argElem: reflect.TypeOf([]byte{}),
pluginContainer: pluginContainer,
Expand Down

0 comments on commit 9d5fff6

Please sign in to comment.