mirror of
https://github.com/syuilo/ai.git
synced 2025-04-18 08:36:42 +00:00
地震に過剰にビビって発狂するかわいい子の教育
This commit is contained in:
parent
104a018d00
commit
cf6e066425
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ export default class extends Module {
|
||||||
@autobind
|
@autobind
|
||||||
private async createListenServer() {
|
private async createListenServer() {
|
||||||
http.createServer(async (req, res) => {
|
http.createServer(async (req, res) => {
|
||||||
|
this.message = "";
|
||||||
const buffers: Buffer[] = [];
|
const buffers: Buffer[] = [];
|
||||||
for await (const chunk of req) {
|
for await (const chunk of req) {
|
||||||
buffers.push(chunk);
|
buffers.push(chunk);
|
||||||
|
|
Loading…
Reference in a new issue