codesections / d5

DIY Dynamic DNS — the simple, Unix-philosophy way to retrieve your home network's IP address remotely
Other
35 stars 3 forks source link

Implement RwLock #2

Closed ironhaven closed 5 years ago

ironhaven commented 5 years ago

Replaces the Mutex over the database with a std::sync::RwLock.

I tested all of the HTTP methods manually with curl and there where no errors.

resolves #1

codesections commented 5 years ago

Thanks; merged.