Skip to content

max stack exceeded #19

Description

@xurwxj

when run got following errors:

static: Rendering HTML for page at URL: http://zhanzhang.baidu.com/college/articleinfo?id=995
undefined: CONSOLE ERROR RangeError: Maximum call stack size exceeded.
undefined: CONSOLE ERROR RangeError: Maximum call stack size exceeded.
undefined: CONSOLE ERROR RangeError: Maximum call stack size exceeded.

code:

staticHandler := &webloop.StaticRenderer{
		TargetBaseURL: "http://zhanzhang.baidu.com",
		WaitTimeout:   time.Second * 3,
		Log:           log.New(os.Stderr, "static: ", 0),
	}
	http.Handle("/", staticHandler)

sys env:
alpine 3.5.2
go 1.8.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions