ghost icon indicating copy to clipboard operation
ghost copied to clipboard

Lego blocks for web servers.

Results 3 ghost issues
Sort by recently updated
recently updated
newest added

From the Redigo docs: Concurrency Connections support a single concurrent caller to the write methods (Send, Flush) and a single concurrent caller to the read method (Receive). Because Do method...

bug

At the moment all templates are parsed and compiled by themselves, so there is no support for nested templates. Any serious website will have some kind of master layout or...

bug

At the moment, the MemoryStore has an absolute session expiration, while the RedisStore resets the time-to-live (TTL, using SETEX redis command) each time the session is saved (which is each...

bug