Ivan Sanchez

Results 189 comments of Ivan Sanchez

@raymanoz I'm struggling to reproduce this in the http4k tests (server sending no body seems fine). Do you happen to have a stack trace for it, or are able to...

In http4k, there's no such thing as a null body. I've played using SunHttp directly and not sending a body.. ```kotlin fun createSimpleServer() { val httpServer = HttpServer.create(InetSocketAddress(9000), 1000) httpServer.createContext("/")...

A few things that may help: - Are you using the [default internal java client](https://github.com/http4k/http4k/blob/c608b0a89056910e431831a14453ed5b10dd48e6/http4k-core/src/main/kotlin/org/http4k/client/JavaHttpClient.kt#L29) or a custom one? The docs mention redirection/authentication but we try to turn all those...

Did the server actually send a body? Your example has `content-length: 971` which is suspicious. Here's how I'm testing ```kotlin fun main() { val response = Response.parse( """HTTP/1.1 407 ignored...

@knyttl do you want to return the resource as part of the authorization callback? Or the access token request? Either way, I believe that goes against the standard which tries...

The problem seems fixed, but it seems like the new version contains dependencies that are only available in jcenter... Let's keep blocked until they sort it out.

Yeap. We added capability to `submit` a form, but would make sense for that to be trigger when one clicks the button inside a form too.

## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ``` ./upgrade_http4k.sh 4.30.7.0 ## Changed files Changed 16 files: - aws-lambda-events/gradle.properties - aws-lambda-http/gradle.properties - graalvm/gradle.properties - graphql/gradle.properties - hello-world/gradle.properties - hexagonal/gradle.properties -...

## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ``` ./upgrade_http4k.sh 4.30.8.0 ## Changed files Changed 16 files: - aws-lambda-events/gradle.properties - aws-lambda-http/gradle.properties - graalvm/gradle.properties - graphql/gradle.properties - hello-world/gradle.properties - hexagonal/gradle.properties -...

## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ``` ./upgrade_http4k.sh 4.30.9.0 ## Changed files Changed 16 files: - aws-lambda-events/gradle.properties - aws-lambda-http/gradle.properties - graalvm/gradle.properties - graphql/gradle.properties - hello-world/gradle.properties - hexagonal/gradle.properties -...