Error when copying a big text like 500kb |
|
Issue descriptionError Message: cdp.Runtime: Evaluate: rpcc: message too large (increase write buffer size or enable compression) Will add test file later.
,
Dec 21
This code returns the error: https://github.com/mafredri/cdp/blob/master/rpcc/conn.go#L189 The default limit is as small as 4KB :( https://github.com/mafredri/cdp/blob/master/rpcc/conn.go#L23 But fortunately it seems we can increase the limit: https://godoc.org/github.com/mafredri/cdp/rpcc#WithWriteBufferSize |
|
►
Sign in to add a comment |
|
Comment 1 by derat@chromium.org
, Dec 20Labels: OS-Chrome