ktorio / ktorio/ktor

How to disconnect request socket

Open
#938 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
14.5k
Forks
1.3k
Avg merge
2d 13h
Merged PRs (30d)
49

Description

I'm using ktor for Twitter Account Activity API.

When twitter user actions, twitter server will request to my own server. it will be handled by nginx and ktor.

twitter server doesn't need a response. therefore ktor doesn't need to respond to the twitter server. so I want to disconnect tcp/ip socket and close the connection for saving the memory as fast as possible.

I'm sorry for bad English. I didn't use the any translator. because I wanted to convey the meaning correctly.

Contributor guide

Open the contributing guide

Research direction

The report concerns Ktor handling requests from the Twitter Account Activity API behind nginx, but it names no repository file, test, or entry point. Start by locating Ktor's request and connection-handling documentation or implementation, then determine whether a supported disconnect behavior exists and how completion should be verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
api, backend, networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.