The Wayback Machine - https://web.archive.org/web/20211003130515/https://github.com/topics/json-api
Skip to content
#

json-api

json logo

JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.

Here are 2,506 public repositories matching this topic...

sliverc
sliverc commented Sep 29, 2021

Description of the Bug Report

There are several links in our website which refer to http:// instead of https:// even though most linked sites actually provide https. Those links should be updated to all use https.

Quick search

$ git grep "http://" | grep -v testserver | grep -v localhost | grep -v "127.0.0.1" | grep -v example.com | grep -v example.org

CHANGELOG.md:Note th
dk-lockdown
dk-lockdown commented Apr 26, 2020

If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。

func (s *Server) newSession(session getty.Session) error {
	var (
		ok      bool
		tcpConn *net.TCPConn
	)
	
	// 省略部分代码...
	session.SetTaskPool(srvGrpool)
	return nil
}

ortherwise,handleTcpPackage() will blocked,led to the response missing

func (s *session

Created by Douglas Crockford

Released 2005

Website
www.json.org
Wikipedia
Wikipedia