[squeak-dev] browseMcMethodRevisions Request-URI Too Large

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Mon Oct 7 20:56:36 UTC 2019


Hi All,
when trying to browse revisions for some long methods (some VMMaker methods
are long) this often lead to failure Notifier.

Indeed, it seems like {self serializeForRequest: aMCDefinition} is
serializing the whole method source...

You might want to try with
SistaRegisterAllocatingCogit>>genSpecialSelectorComparison

Whole reply is:

HTTP/1.1 414 Request-URI Too Large
server: nginx/1.16.0
date: Mon, 07 Oct 2019 20:55:41 GMT
content-type: text/html
content-length: 177
connection: close

<html>
<head><title>414 Request-URI Too Large</title></head>
<body>
<center><h1>414 Request-URI Too Large</h1></center>
<hr><center>nginx/1.16.0</center>
</body>
</html>

Is this (URI length) something we can tune at server side?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191007/21de5527/attachment.html>


More information about the Squeak-dev mailing list