dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
268 stars 53 forks source link

Correct memory count #691

Closed Jason2605 closed 10 months ago

Jason2605 commented 10 months ago

HTTP

Resolves: #666

What's Changed:

There wasn't actually an issue with the memory, just an issue with the count if the write function was called many times (larger HTTP responses). It was adding 1 to the count for the null terminator and not excluding that from the count on subsequent requests

#

Type of Change:

#

Housekeeping:

#

Screenshots (If Applicable):