njh / redstore

RedStore is a lightweight RDF triplestore written in C using the Redland library.
https://www.aelius.com/njh/redstore/
GNU General Public License v3.0
62 stars 6 forks source link

Add a method to redhttp to report internal server errors #23

Closed njh closed 7 years ago

njh commented 13 years ago

Create a magic constant, that can be returned by callbacks to report an Internal Server Error, without allocating any further memory.

njh commented 7 years ago

Won't Fix