Felix Lange
Felix Lange
This is already reported in https://github.com/edicl/hunchentoot/issues/146. The issue needs to be fixed in hunchtentoot, but it's still a bit unclear where exactly.
I can confirm that LispWorks is able to load hunchentoot with this .asd file. It seems that loading `hunchentoot/test` is broken because the test code uses package usocket. But it...
Looking at your patch @avodonosov, it seems like a pretty ugly solution. Wouldn't it be possible to patch hunchentoot so it sets the cl+ssl deadline whenever it sets the socket...
> Why do you think it's ugly? Hope you're not offended by the term. I just said ugly because the solution in your draft didn't match my intution for the...
If you need a fix short-term, you should really consider running hunchentoot behind a proxy. I personally use caddy as the SSL frontend for hunchentoot. You can also set timeouts...
Support for Apple's diff output was added in https://github.com/sourcegraph/go-diff/commit/7ef5f68ebea1885cdfa8bc710e3d666f95bec1cb, so upgrading the `go-diff` dependency will fix this issue.
We can put the `*types.Block` into the cache entry as well, along with the logs slice.
I think what needs to happen here, is that the cache should contain the un-derived logs along with the `*types.Block` pointer for the block the logs were created in. That...
It works for me now, with this test code: ```go //go:build ignore // +build ignore package main import ( "fmt" "github.com/ethereum/go-ethereum/rpc" ) func main() { client, _ := rpc.Dial("http://127.0.0.1:8545") fmt.Println("regular...