Skip to content

issues Search Results · repo:esastack/esa-httpserver language:Java

Filter by

11 results
 (70 ms)

11 results

inesastack/esa-httpserver (press backspace or delete to remove)

Actual behavior As described on https://github.com/esastack/esa-httpclient/issues/109, the httpserver is used as the remote server. And after fixing the bug, the server can t handle the request normally. ...
bug
  • Mkabaka
  • Opened 
    on Nov 25, 2021
  • #22

Expected behavior 因为并发很高、希望在onData或者onEnd里面可以增加线程池异步处理业务 HttpServer.create() .handle(req - { req.onData(buf - { // handle http content }); req.onEnd(p - { req.response() .setStatus(200) .end( Hello ESA ...
  • rivers-fighting
  • 1
  • Opened 
    on Aug 20, 2021
  • #21

Expected behavior 1、拿到url、客户端发送的数据 2、根据url里的 path,能够对应不同的handler处理业务 3、handler处理完业务后,结果怎么传到onEnd方法里面 Actual behavior 断点从buf里面看不到自己想要的,有没有能解决上述需求的实例代码或者文档,谢谢 image Steps to reproduce Env - HttpServer ...
  • rivers-fighting
  • 1
  • Opened 
    on Aug 12, 2021
  • #20

Expected behavior When I send a head request in postman, there is a Parse Error: The server returned a malformed response occurred. Actual behavior I expect the response of get which has no entity content. ...
  • Mkabaka
  • Opened 
    on Aug 6, 2021
  • #18

用test目录下的代码尝试启动服务,但是服务启动几秒钟后,进程就终止了,不知道用法哪里不对。能不能把esa和netty做性能测试的源码和相关参数配置也提交上来,谢谢 :)
documentation
question
  • rivers-fighting
  • 2
  • Opened 
    on Aug 5, 2021
  • #17

Netty is going to support io_uring in https://github.com/netty/netty-incubator-transport-io_uring Maybe we should support it too for performance? https://github.com/netty/netty/issues/10622.
  • alalag1
  • Opened 
    on Feb 22, 2021
  • #8

Expected behavior kqueue is supported by default or optional Actual behavior kqueue is unsupported
  • alalag1
  • Opened 
    on Dec 8, 2020
  • #5

We should make ESA HttpServer available in maven central repo in the future
  • alalag1
  • Opened 
    on Dec 4, 2020
  • #4

Expected behavior Epoll is available by default on Linux Actual behavior Epoll is not avialable by default Steps to reproduce Run in Linux env
  • alalag1
  • Opened 
    on Dec 4, 2020
  • #3

Expected behavior Test pass Actual behavior Test error in https://github.com/esastack/esa-httpserver/blob/6def6cf86c2c10f98198ae49bbefe3b0062beb6f/httpserver/src/test/java/esa/httpserver/impl/HttpServerImplTest.java#L34 ...
  • alalag1
  • Opened 
    on Dec 4, 2020
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub