Skip to content

ThreadedResponseServer example #7

@NIJAVA

Description

@NIJAVA

The ThreadedResponseServer example not working: the response "Hello, Word!" is returned to browser only one time, and not every second.. even with these modifications:

HttpResponse resp = new HttpResponse(HttpStatus.OK, "Hello, world!");
resp.addHeader("Connection","keep-alive");
request.getSession().sendResponse(resp, false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions